Home
last modified time | relevance | path

Searched defs:SetFileCompletionNotificationModes (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dzsyscall_windows.go1066 func SetFileCompletionNotificationModes(handle Handle, flags uint8) (err error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dzsyscall_windows.go3124 func SetFileCompletionNotificationModes(handle Handle, flags uint8) (err error) { func
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs71484 pub fn SetFileCompletionNotificationModes(FileHandle: HANDLE, Flags: UCHAR) -> BOOL; in SetFileCompletionNotificationModes() function