Searched defs:CancelIoEx (Results 1 – 5 of 5) sorted by relevance
137 CancelIoEx = kernel32.CancelIoEx variable
188 CancelIoEx = _stdcall_libraries['kernel32'].CancelIoEx variable
471 func CancelIoEx(s Handle, o *Overlapped) (err error) { func
1658 func CancelIoEx(s Handle, o *Overlapped) (err error) { func
65557 pub fn CancelIoEx(hFile: HANDLE, lpOverlapped: LPOVERLAPPED) -> BOOL; in CancelIoEx() function