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