Function SetFileCompletionNotificationModes [src]
Prototype
pub extern "kernel32" fn SetFileCompletionNotificationModes( FileHandle: HANDLE, Flags: UCHAR, ) callconv(.winapi) BOOL
Parameters
FileHandle: HANDLE
Flags: UCHAR
Source
pub extern "kernel32" fn SetFileCompletionNotificationModes(
FileHandle: HANDLE,
Flags: UCHAR,
) callconv(.winapi) BOOL