Home
last modified time | relevance | path

Searched refs:BOOL (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/signal/windows/
H A Dwinapi.rs17 pub type BOOL = i32; types
18 pub type PHANDLER_ROUTINE = Option<unsafe extern "system" fn(ctrlType: u32) -> BOOL>;
27 pub fn SetConsoleCtrlHandler(HandlerRoutine: PHANDLER_ROUTINE, Add: BOOL) -> BOOL; in SetConsoleCtrlHandler()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dwinapi.rs23 pub type BOOL = c_int; types
104 pub fn CloseHandle(hObject: HANDLE) -> BOOL; in CloseHandle()
118 ) -> BOOL; in PostQueuedCompletionStatus()
126 fAlertable: BOOL, in GetQueuedCompletionStatusEx()
127 ) -> BOOL; in GetQueuedCompletionStatusEx()
158 pub fn SetFileCompletionNotificationModes(FileHandle: HANDLE, Flags: UCHAR) -> BOOL; in SetFileCompletionNotificationModes()
/commonlibrary/utils_lite/include/
H A Dohos_types.h48 typedef unsigned int BOOL; typedef

Completed in 23 milliseconds