Home
last modified time | relevance | path

Searched defs:LPDEBUG_EVENT (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dminwinbase.h277 } DEBUG_EVENT, *LPDEBUG_EVENT; typedef
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs63857 pub type LPDEBUG_EVENT = *mut _DEBUG_EVENT; typedef
65138 pub fn WaitForDebugEvent(lpDebugEvent: LPDEBUG_EVENT, dwMilliseconds: DWORD) -> BOOL; in WaitForDebugEvent()
65150 pub fn WaitForDebugEventEx(lpDebugEvent: LPDEBUG_EVENT, dwMilliseconds: DWORD) -> BOOL; in WaitForDebugEventEx()