HomeSort by relevance Sort by last modified time
    Searched refs:LPMSG (Results 1 - 16 of 16) sorted by null

  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
common.h 76 LPMSG lpMsg, HWND hWnd,
78 return GetMessage(lpMsg, hWnd, wMsgFilterMin, wMsgFilterMax);
82 LPMSG lpMsg, HWND hWnd,
84 return GetMessage_Win32(lpMsg, hWnd, wMsgFilterMin, wMsgFilterMax);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ole2.h 81 WINOLEAPI OleTranslateAccelerator (LPOLEINPLACEFRAME lpFrame,LPOLEINPLACEFRAMEINFO lpFrameInfo,LPMSG lpmsg);
91 WINOLEAPI_(WINBOOL) IsAccelerator(HACCEL hAccel,int cAccelEntries,LPMSG lpMsg,WORD *lpwCmd);
mshtmhst.h 210 virtual HRESULT WINAPI TranslateAccelerator(LPMSG lpMsg,const GUID *pguidCmdGroup,DWORD nCmdID) = 0;
232 HRESULT (WINAPI *TranslateAccelerator)(IDocHostUIHandler *This,LPMSG lpMsg,const GUID *pguidCmdGroup,DWORD nCmdID);
256 #define IDocHostUIHandler_TranslateAccelerator(This,lpMsg,pguidCmdGroup,nCmdID) (This)->lpVtbl->TranslateAccelerator(This,lpMsg,pguidCmdGroup,nCmdID)
282 HRESULT WINAPI IDocHostUIHandler_TranslateAccelerator_Proxy(IDocHostUIHandler *This,LPMSG lpMsg,const GUID *pguidCmdGroup,DWORD nCmdID);
319 HRESULT (WINAPI *TranslateAccelerator)(IDocHostUIHandler2 *This,LPMSG lpMsg,const GUID *pguidCmdGroup,DWORD nCmdID)
    [all...]
oleidl.h 525 virtual HRESULT WINAPI DoVerb(LONG iVerb,LPMSG lpmsg,IOleClientSite *pActiveSite,LONG lindex,HWND hwndParent,LPCRECT lprcPosRect) = 0;
553 HRESULT (WINAPI *DoVerb)(IOleObject *This,LONG iVerb,LPMSG lpmsg,IOleClientSite *pActiveSite,LONG lindex,HWND hwndParent,LPCRECT lprcPosRect);
583 #define IOleObject_DoVerb(This,iVerb,lpmsg,pActiveSite,lindex,hwndParent,lprcPosRect) (This)->lpVtbl->DoVerb(This,iVerb,lpmsg,pActiveSite,lindex,hwndParent,lprcPosRect)
    [all...]
shdeprecated.h     [all...]
winuser.h 834 } MSG,*PMSG,*NPMSG,*LPMSG;
    [all...]
wtypes.h 599 typedef struct tagMSG *LPMSG;
msctf.h     [all...]
shlobj.h     [all...]
windowsx.h 407 #define HANDLE_WM_GETDLGCODE(hwnd,wParam,lParam,fn) (LRESULT)(DWORD)(UINT)(fn)(hwnd,(LPMSG)(lParam))
408 #define FORWARD_WM_GETDLGCODE(hwnd,lpmsg,fn) (UINT)(DWORD)(fn)((hwnd),WM_GETDLGCODE,(lpmsg ? lpmsg->wParam : 0),(LPARAM)(LPMSG (…)
    [all...]
  /external/lzma/CPP/Windows/Control/
Dialog.h 71 bool IsMessage(LPMSG message)
  /external/protobuf/src/google/protobuf/stubs/
common.h 70 LPMSG lpMsg, HWND hWnd,
72 return GetMessage(lpMsg, hWnd, wMsgFilterMin, wMsgFilterMax);
76 LPMSG lpMsg, HWND hWnd,
78 return GetMessage_Win32(lpMsg, hWnd, wMsgFilterMin, wMsgFilterMax);
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h 70 LPMSG lpMsg, HWND hWnd,
72 return GetMessage(lpMsg, hWnd, wMsgFilterMin, wMsgFilterMax);
76 LPMSG lpMsg, HWND hWnd,
78 return GetMessage_Win32(lpMsg, hWnd, wMsgFilterMin, wMsgFilterMax);
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h 70 LPMSG lpMsg, HWND hWnd,
72 return GetMessage(lpMsg, hWnd, wMsgFilterMin, wMsgFilterMax);
76 LPMSG lpMsg, HWND hWnd,
78 return GetMessage_Win32(lpMsg, hWnd, wMsgFilterMin, wMsgFilterMax);
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
common.h 70 LPMSG lpMsg, HWND hWnd,
72 return GetMessage(lpMsg, hWnd, wMsgFilterMin, wMsgFilterMax);
76 LPMSG lpMsg, HWND hWnd,
78 return GetMessage_Win32(lpMsg, hWnd, wMsgFilterMin, wMsgFilterMax);
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
common.h 70 LPMSG lpMsg, HWND hWnd,
72 return GetMessage(lpMsg, hWnd, wMsgFilterMin, wMsgFilterMax);
76 LPMSG lpMsg, HWND hWnd,
78 return GetMessage_Win32(lpMsg, hWnd, wMsgFilterMin, wMsgFilterMax);
    [all...]

Completed in 1624 milliseconds