Home | History | Annotate | Download | only in serial

Lines Matching refs:BOOL

3 from ctypes.wintypes import BOOL
41 CreateEventA.argtypes = [LPSECURITY_ATTRIBUTES, BOOL, BOOL, LPCSTR]
50 CreateEventW.argtypes = [LPSECURITY_ATTRIBUTES, BOOL, BOOL, LPCWSTR]
82 GetOverlappedResult.restype = BOOL
83 GetOverlappedResult.argtypes = [HANDLE, LPOVERLAPPED, LPDWORD, BOOL]
86 ResetEvent.restype = BOOL
92 WriteFile.restype = BOOL
98 ReadFile.restype = BOOL
102 CloseHandle.restype = BOOL
106 ClearCommBreak.restype = BOOL
112 ClearCommError.restype = BOOL
116 SetupComm.restype = BOOL
120 EscapeCommFunction.restype = BOOL
124 GetCommModemStatus.restype = BOOL
130 GetCommState.restype = BOOL
136 GetCommTimeouts.restype = BOOL
140 PurgeComm.restype = BOOL
144 SetCommBreak.restype = BOOL
148 SetCommMask.restype = BOOL
152 SetCommState.restype = BOOL
156 SetCommTimeouts.restype = BOOL
245 ('bInheritHandle', BOOL),