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

  /external/protobuf/src/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/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);
  /external/libusb/libusb/os/
windows_nt_common.c 58 DLL_DECLARE_FUNC_PREFIXED(WINAPI, BOOL, p, GetMessageA, (LPMSG, HWND, UINT, UINT));
59 DLL_DECLARE_FUNC_PREFIXED(WINAPI, BOOL, p, PeekMessageA, (LPMSG, HWND, UINT, UINT, UINT));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ole2.h 90 WINOLEAPI OleTranslateAccelerator (LPOLEINPLACEFRAME lpFrame, LPOLEINPLACEFRAMEINFO lpFrameInfo, LPMSG lpmsg);
100 WINOLEAPI_ (WINBOOL) IsAccelerator (HACCEL hAccel, int cAccelEntries, LPMSG lpMsg, WORD *lpwCmd);
mshtmhst.h 358 LPMSG lpMsg,
448 LPMSG lpMsg,
499 #define IDocHostUIHandler_TranslateAccelerator(This,lpMsg,pguidCmdGroup,nCmdID) (This)->lpVtbl->TranslateAccelerator(This,lpMsg,pguidCmdGroup,nCmdID)
544 static FORCEINLINE HRESULT IDocHostUIHandler_TranslateAccelerator(IDocHostUIHandler* This,LPMSG lpMsg,const GUID *pguidCmdGroup,DWORD nCmdID) {
545 return This->lpVtbl->TranslateAccelerator(This,lpMsg,pguidCmdGroup,nCmdID);
648 LPMSG lpMsg
    [all...]
oleidl.h     [all...]
wtypes.h 396 typedef struct tagMSG *LPMSG;
shdeprecated.h     [all...]
winuser.h 921 } MSG,*PMSG,*NPMSG,*LPMSG;
    [all...]
msctf.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/python/cpython3/Lib/ctypes/
wintypes.py 185 LPMSG = PMSG = ctypes.POINTER(MSG)
  /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...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Nt32/Protocol/WinNtThunk/
WinNtThunk.h 1055 LPMSG lpMsg,
1065 CONST MSG *lpMsg
1072 CONST MSG *lpMsg
  /device/linaro/bootloader/edk2/Nt32Pkg/Include/Protocol/
WinNtThunk.h 1058 LPMSG lpMsg,
1068 CONST MSG *lpMsg
1075 CONST MSG *lpMsg
  /external/icu/icu4c/source/common/
putil.cpp 108 typedef PVOID LPMSG; // TODO: figure out how to get rid of this typedef
    [all...]

Completed in 929 milliseconds