Home
last modified time | relevance | path

Searched defs:DLGPROC (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/
Dwinuser.h46 typedef INT_PTR (CALLBACK *DLGPROC) (HWND, UINT, WPARAM, LPARAM); typedef
69 typedef FARPROC DLGPROC; typedef
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs93877 pub type DLGPROC = ::std::option::Option< typedef
97228 lpDialogFunc: DLGPROC, in CreateDialogParamA()
97237 lpDialogFunc: DLGPROC, in CreateDialogParamW()
97246 lpDialogFunc: DLGPROC, in CreateDialogIndirectParamA()
97255 lpDialogFunc: DLGPROC, in CreateDialogIndirectParamW()
97264 lpDialogFunc: DLGPROC, in DialogBoxParamA()
97273 lpDialogFunc: DLGPROC, in DialogBoxParamW()
97282 lpDialogFunc: DLGPROC, in DialogBoxIndirectParamA()
97291 lpDialogFunc: DLGPROC, in DialogBoxIndirectParamW()