Searched refs:uMsg (Results 26 - 50 of 50) sorted by relevance

12

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Daclui.h137 STDMETHOD(PropertySheetPageCallback)(THIS_ HWND hwnd, UINT uMsg, SI_PAGE_TYPE uPage ) PURE;
H A Dcontrol.idl128 HRESULT NotifyOwnerMessage( [in] OAHWND hwnd, [in] LONG uMsg, [in] LONG_PTR wParam, [in] LONG_PTR lParam );
H A Dshobjidl.idl945 [in] UINT uMsg,
1571 [in] UINT uMsg,
1591 [in] UINT uMsg,
1610 [in] UINT uMsg,
2427 [in] UINT uMsg,
H A Dwinsock2.h531 UINT uMsg; member in struct:_WSACOMPLETION::__anon14572::__anon14573
H A Dshlobj.h559 STDMETHOD(MessageSFVCB)(THIS_ UINT uMsg, WPARAM wParam, LPARAM lParam) PURE;
813 UINT uMsg,
H A Dcommctrl.h2064 UINT uMsg; member in struct:tagNMREBARAUTOBREAK
H A Dwinuser.h455 DWORD uMsg; member in struct:tagHARDWAREINPUT
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Daclui.h137 STDMETHOD(PropertySheetPageCallback)(THIS_ HWND hwnd, UINT uMsg, SI_PAGE_TYPE uPage ) PURE;
H A Dshobjidl.idl670 [in] UINT uMsg,
1225 [in] UINT uMsg,
1245 [in] UINT uMsg,
H A Dcontrol.idl128 HRESULT NotifyOwnerMessage( [in] OAHWND hwnd, [in] LONG uMsg, [in] LONG_PTR wParam, [in] LONG_PTR lParam );
H A Dshlobj.h542 STDMETHOD(MessageSFVCB)(THIS_ UINT uMsg, WPARAM wParam, LPARAM lParam) PURE;
792 UINT uMsg,
H A Dcommctrl.h2104 UINT uMsg; member in struct:tagNMREBARAUTOBREAK
H A Dwinuser.h453 DWORD uMsg; member in struct:tagHARDWAREINPUT
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dstrmbase.h394 typedef BOOL (WINAPI *BaseWindow_PossiblyEatMessage)(BaseWindow *This, UINT uMsg, WPARAM wParam, LPARAM lParam);
395 typedef LRESULT (WINAPI *BaseWindow_OnReceiveMessage)(BaseWindow *This, HWND hwnd, INT uMsg, WPARAM wParam, LPARAM lParam);
415 LRESULT WINAPI BaseWindowImpl_OnReceiveMessage(BaseWindow *This, HWND hwnd, INT uMsg, WPARAM wParam, LPARAM lParam);
446 BOOL WINAPI BaseControlWindowImpl_PossiblyEatMessage(BaseWindow *This, UINT uMsg, WPARAM wParam, LPARAM lParam);
485 HRESULT WINAPI BaseControlWindowImpl_NotifyOwnerMessage(IVideoWindow *iface, OAHWND hwnd, LONG uMsg, LONG_PTR wParam, LONG_PTR lParam);
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A Dplevent.c985 static void CALLBACK _md_TimerProc( HWND hwnd, UINT uMsg, UINT idEvent, DWORD dwTime ) argument
1426 _md_EventReceiverProc(HWND hwnd, ULONG uMsg, MPARAM wParam, MPARAM lParam) argument
1429 _md_EventReceiverProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
1432 if (_pr_PostEventMsgId == uMsg )
1444 return DefWindowProc(hwnd, uMsg, wParam, lParam);
/vbox/src/VBox/Devices/Audio/
H A Dwinaudio.c179 void CALLBACK winmmBufferDone(HWAVEOUT hwo, UINT uMsg, DWORD_PTR dwInstance, DWORD dwParam1, DWORD dwParam2) argument
181 if (uMsg == WOM_DONE)
/vbox/src/VBox/HostServices/SharedClipboard/
H A DVBoxClipboard-win.cpp212 VOID CALLBACK CBChainPingProc(HWND hwnd, UINT uMsg, ULONG_PTR dwData, LRESULT lResult) argument
215 (void) uMsg;
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnD.h314 LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
H A DVBoxDispIf.cpp918 UINT uMsg,
923 switch(uMsg)
954 return DefWindowProc(hwnd, uMsg, wParam, lParam);
917 vboxRrWndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam ) argument
/vbox/src/VBox/HostServices/GuestControl/
H A Dservice.cpp144 * @param uMsg Message type.
148 int Allocate(uint32_t uMsg, uint32_t cParms, VBOXHGCMSVCPARM paParms[]) argument
150 LogFlowFunc(("Allocating pHostCmd=%p, uMsg=%RU32, cParms=%RU32, paParms=%p\n",
151 this, uMsg, cParms, paParms));
169 mMsgType = uMsg;
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIFileDialog.cpp135 static int __stdcall winGetExistDirCallbackProc (HWND hwnd, UINT uMsg, argument
138 if (uMsg == BFFM_INITIALIZED && lpData != 0)
147 else if (uMsg == BFFM_SELCHANGED)
/vbox/src/VBox/Devices/Storage/
H A DDrvHostBase.cpp1519 static LRESULT CALLBACK DeviceChangeWindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) argument
1521 Log2(("DeviceChangeWindowProc: hwnd=%08x uMsg=%08x\n", hwnd, uMsg));
1522 if (uMsg == WM_DESTROY)
1530 if (uMsg != WM_DEVICECHANGE)
1531 return DefWindowProc(hwnd, uMsg, wParam, lParam);
/vbox/src/VBox/HostDrivers/VBoxUSB/win/lib/
H A DVBoxUsbLib-win.cpp1221 static LRESULT CALLBACK usbLibWndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) argument
1223 switch (uMsg)
1243 return DefWindowProc (hwnd, uMsg, wParam, lParam);
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_wgl.c423 MainWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam ) argument
427 switch ( uMsg ) {
498 return DefWindowProc( hWnd, uMsg, wParam, lParam );
/vbox/src/VBox/NetworkServices/NAT/
H A DVBoxNetLwipNAT.cpp1357 UINT uMsg,
1362 if(uMsg == WM_DESTROY)
1367 return DefWindowProc (hwnd, uMsg, wParam, lParam);

Completed in 284 milliseconds

12