Home
last modified time | relevance | path

Searched refs:hRemote (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/include/psdk/
H A Dwtypes.idl446 case WDT_REMOTE_CALL: FLAGGED_BYTE_BLOB *hRemote;
462 case WDT_REMOTE_CALL: BYTE_BLOB *hRemote;
477 case WDT_REMOTE_CALL: remoteMETAFILEPICT *hRemote;
490 case WDT_REMOTE_CALL: BYTE_BLOB *hRemote;
515 case WDT_REMOTE_CALL: userBITMAP *hRemote;
534 case WDT_REMOTE_CALL: rpcLOGPALETTE *hRemote;
553 case WDT_REMOTE_CALL: long hRemote;
/reactos/base/applications/mstsc/
H A Dconnectdialog.c866 pInfo->hRemote = LoadImageW(hInst, in DisplayOnInit()
872 if (pInfo->hRemote) in DisplayOnInit()
877 (WPARAM)pInfo->hRemote, in DisplayOnInit()
1000 if (pInfo->hRemote) in DisplayDlgProc()
1001 DestroyIcon(pInfo->hRemote); in DisplayDlgProc()
1134 if (pInfo->hRemote) in Cleanup()
1135 DestroyIcon(pInfo->hRemote); in Cleanup()
H A Dprecomp.h98 HICON hRemote; member
/reactos/modules/rostests/winetests/ole32/
H A Dusrmarshal.c244 …proc == (LONG_PTR)hwnd, "Marshaled value should be %p instead of %x\n", hwnd, wirehwnd->u.hRemote); in test_marshal_HWND()
1117 …hInproc == (LONG_PTR)hdc, "Marshaled value should be %p instead of %x\n", hdc, wirehdc->u.hRemote); in test_marshal_HDC()
1154 …c == (LONG_PTR)hIcon, "Marshaled value should be %p instead of %x\n", hIcon, wirehicon->u.hRemote); in test_marshal_HICON()
1195 …= (LONG_PTR)hBrush, "Marshaled value should be %p instead of %x\n", hBrush, wirehbrush->u.hRemote); in test_marshal_HBRUSH()