Home
last modified time | relevance | path

Searched defs:hwndSource (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dshobjidl.h40350 __forceinline void SetContractDelegateWindow(HWND hwndSource, HWND hwndDelegate) { in SetContractDelegateWindow()
40361 …__forceinline HWND GetContractDelegateWindow(HWND hwndSource) { return (HWND)GetPropW(hwndSource, … in GetContractDelegateWindow()
Dwindowsx.h405 #define FORWARD_WM_ENTERIDLE(hwnd,source,hwndSource,fn) (void)(fn)((hwnd),WM_ENTERIDLE,(WPARAM)(UIN… argument
Dwinuser.h3271 HWND hwndSource; member
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs99962 pub hwndSource: HWND, field