Function windows_sys::Win32::Storage::FileSystem::SetFileInformationByHandle
[−]pub unsafe extern "system" fn SetFileInformationByHandle(
hfile: HANDLE,
fileinformationclass: FILE_INFO_BY_HANDLE_CLASS,
lpfileinformation: *const c_void,
dwbuffersize: u32
) -> BOOL
Expand description
Required features: "Win32_Storage_FileSystem"
, "Win32_Foundation"