Function winapi_util::file::typ
source ยท pub fn typ<H: AsHandleRef>(h: H) -> Result<Type>
Expand description
Returns the file type of the given handle.
If there was a problem querying the file type, then an error is returned.
This corresponds to calling GetFileType
.