Searched defs:WaitForDebugEvent (Results 1 – 6 of 6) sorted by relevance
400 fn WaitForDebugEvent(lpDebugEvent: *mut DEBUG_EVENT, dwMilliseconds: u32) -> BOOL; in test_creation_flags() function
400 fn WaitForDebugEvent(lpDebugEvent: *mut DEBUG_EVENT, dwMilliseconds: DWORD) -> BOOL; in test_creation_flags() function
65138 pub fn WaitForDebugEvent(lpDebugEvent: LPDEBUG_EVENT, dwMilliseconds: DWORD) -> BOOL; in WaitForDebugEvent() function