HomeSort by relevance Sort by last modified time
    Searched refs:lParam (Results 101 - 125 of 142) sorted by null

1 2 3 45 6

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
uxtheme.h 146 typedef int (WINAPI *DTT_CALLBACK_PROC)(HDC hdc,LPWSTR pszText,int cchText,LPRECT prc,UINT dwFlags,LPARAM lParam);
163 LPARAM lParam;
cryptuiapi.h 171 LPARAM lParam;
richedit.h 829 LPARAM lParam;
862 LPARAM lParam;
891 LPARAM lParam;
vfw.h 242 LPARAM lOutput;
244 LPARAM lInput;
254 LONG (CALLBACK *GetData)(LPARAM lInput,LONG lFrame,LPVOID lpBits,LONG len);
255 LONG (CALLBACK *PutData)(LPARAM lOutput,LONG lFrame,LPVOID lpBits,LONG len);
266 LPARAM lParam;
267 LONG (CALLBACK *Status)(LPARAM lParam,UINT message,LONG l);
362 WINBOOL WINAPI ICInstall(DWORD fccType,DWORD fccHandler,LPARAM lParam,LPSTR szDesc,UINT wFlags)
    [all...]
ddeml.h 270 LPARAM lParam;
rpcdcep.h 214 RPCRTAPI unsigned int RPC_ENTRY I_RpcWindowProc(void *hWnd,unsigned int Message,unsigned int wParam,unsigned __LONG32 lParam);
winsnmp.h 215 typedef SNMPAPI_STATUS (CALLBACK *SNMPAPI_CALLBACK)(HSNMP_SESSION hSession,HWND hWnd,UINT wMsg,WPARAM wParam,LPARAM lParam,LPVOID lpClientData);
mmc.h 445 LPARAM lParam;
483 LPARAM lParam;
642 STDAPI MMCPropertyChangeNotify(LONG_PTR lNotifyHandle,LPARAM param);
676 virtual HRESULT WINAPI Notify(LPDATAOBJECT lpDataObject,MMC_NOTIFY_TYPE event,LPARAM arg,LPARAM param) = 0;
690 HRESULT (WINAPI *Notify)(IComponentData *This,LPDATAOBJECT lpDataObject,MMC_NOTIFY_TYPE event,LPARAM arg,LPARAM param);
717 HRESULT WINAPI IComponentData_Notify_Proxy(IComponentData *This,LPDATAOBJECT lpDataObject,MMC_NOTIFY_TYPE event,LPARAM arg,LPARAM param)
    [all...]
wingdi.h     [all...]
icm.h 109 typedef WINBOOL (WINAPI *PBMCALLBACKFN)(ULONG,ULONG,LPARAM);
315 typedef WINBOOL (WINAPI *PCMSCALLBACKW)(struct _tagCOLORMATCHSETUPW *,LPARAM);
316 typedef WINBOOL (WINAPI *PCMSCALLBACKA)(struct _tagCOLORMATCHSETUPA *,LPARAM);
335 LPARAM lParam;
337 LPARAM lParamApplyCallback;
357 LPARAM lParam;
359 LPARAM lParamApplyCallback;
389 WINBOOL WINAPI TranslateBitmapBits(HTRANSFORM,PVOID,BMFORMAT,DWORD,DWORD,DWORD,PVOID,BMFORMAT,DWORD,PBMCALLBACKFN,LPARAM);
    [all...]
netcon.h 440 virtual HRESULT WINAPI AddPages(HWND hwndParent,LPFNADDPROPSHEETPAGE pfnAddPage,LPARAM lParam) = 0;
449 HRESULT (WINAPI *AddPages)(INetConnectionPropertyUi *This,HWND hwndParent,LPFNADDPROPSHEETPAGE pfnAddPage,LPARAM lParam);
460 #define INetConnectionPropertyUi_AddPages(This,hwndParent,pfnAddPage,lParam) (This)->lpVtbl->AddPages(This,hwndParent,pfnAddPage,lParam)
465 HRESULT WINAPI INetConnectionPropertyUi_AddPages_Proxy(INetConnectionPropertyUi *This,HWND hwndParent,LPFNADDPROPSHEETPAGE pfnAddPage,LPARAM lParam);
484 HRESULT (WINAPI *AddPages)(INetConnectionPropertyUi2 *This,HWND hwndParent,LPFNADDPROPSHEETPAGE pfnAddPage,LPARAM lParam);
    [all...]
ws2spi.h 110 typedef WINBOOL (WSPAPI *LPWPUPOSTMESSAGE)(HWND hWnd,UINT Msg,WPARAM wParam,LPARAM lParam);
171 WINBOOL WSPAPI WPUPostMessage(HWND hWnd,UINT Msg,WPARAM wParam,LPARAM lParam);
shobjidl.h 935 virtual HRESULT WINAPI CompareIDs(LPARAM lParam,LPCITEMIDLIST pidl1,LPCITEMIDLIST pidl2) = 0;
952 HRESULT (WINAPI *CompareIDs)(IShellFolder *This,LPARAM lParam,LPCITEMIDLIST pidl1,LPCITEMIDLIST pidl2);
971 #define IShellFolder_CompareIDs(This,lParam,pidl1,pidl2) (This)->lpVtbl->CompareIDs(This,lParam,pidl1,pidl2)
    [all...]
esent.h 1037 JET_API_PTR lParam;
1044 JET_API_PTR lParam;
    [all...]
imm.h 132 typedef WINBOOL (CALLBACK *IMCENUMPROC)(HIMC,LPARAM);
212 WINBOOL WINAPI ImmIsUIMessageA(HWND,UINT,WPARAM,LPARAM);
213 WINBOOL WINAPI ImmIsUIMessageW(HWND,UINT,WPARAM,LPARAM);
224 WINBOOL WINAPI ImmEnumInputContext(DWORD idThread,IMCENUMPROC lpfn,LPARAM lParam);
ocidl.h     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_callbacks.py 205 from ctypes.wintypes import BOOL, HWND, LPARAM
209 @WINFUNCTYPE(BOOL, HWND, LPARAM)
210 def EnumWindowsCallbackFunc(hwnd, lParam):
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_callbacks.py 205 from ctypes.wintypes import BOOL, HWND, LPARAM
209 @WINFUNCTYPE(BOOL, HWND, LPARAM)
210 def EnumWindowsCallbackFunc(hwnd, lParam):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 205 from ctypes.wintypes import BOOL, HWND, LPARAM
209 @WINFUNCTYPE(BOOL, HWND, LPARAM)
210 def EnumWindowsCallbackFunc(hwnd, lParam):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 205 from ctypes.wintypes import BOOL, HWND, LPARAM
209 @WINFUNCTYPE(BOOL, HWND, LPARAM)
210 def EnumWindowsCallbackFunc(hwnd, lParam):
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Wnd.h 323 intptr_t lParam = 0);
  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog2.cpp 887 bool CProgressDialog::OnTimer(WPARAM /* timerID */, LPARAM /* callback */)
995 bool CProgressDialog::OnMessage(UINT message, WPARAM wParam, LPARAM lParam)
1019 return CModalDialog::OnMessage(message, wParam, lParam);
  /external/vulkan-validation-layers/demos/
cube.c     [all...]
tri.c     [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_form.cpp 331 LPARAM lParam) {
335 LPDF_FONTDATA pData = (LPDF_FONTDATA)lParam;
344 EnumFontFamiliesExA(hDC, &lf, (FONTENUMPROCA)EnumFontFamExProc, (LPARAM)&fd,
    [all...]

Completed in 566 milliseconds

1 2 3 45 6