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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
amvideo.idl 138 HRESULT SetAcceleratorTable([in] HWND hwnd, [in] HACCEL hAccel);
139 HRESULT GetAcceleratorTable([out] HWND * phwnd, [out] HACCEL * phAccel);
wownt32.h 42 #define HACCEL_32(h16) ((HACCEL) (WOWHandle32(h16,WOW_TYPE_HACCEL)))
amvideo.h     [all...]
windef.h 198 DECLARE_HANDLE(HACCEL);
ole2.h 91 WINOLEAPI_(WINBOOL) IsAccelerator(HACCEL hAccel,int cAccelEntries,LPMSG lpMsg,WORD *lpwCmd);
wtypes.h 553 typedef void *HACCEL;
winuser.h     [all...]
oleidl.h 981 HACCEL haccel; member in struct:tagOIFI
    [all...]
shdeprecated.h     [all...]
ocidl.h 623 HACCEL hAccel;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 65 HACCEL = HANDLE
171 'FILETIME', 'FLOAT', 'HACCEL', 'HANDLE', 'HBITMAP', 'HBRUSH',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 65 HACCEL = HANDLE
171 'FILETIME', 'FLOAT', 'HACCEL', 'HANDLE', 'HBITMAP', 'HBRUSH',
  /external/icu/icu4c/source/samples/layout/
clayout.c 74 HACCEL hAccel;
96 hAccel = LoadAccelerators(hInstance, szAppName);
108 if (!TranslateAccelerator(hwnd, hAccel, &msg)) {
layout.cpp 73 HACCEL hAccel;
95 hAccel = LoadAccelerators(hInstance, szAppName);
107 if (!TranslateAccelerator(hwnd, hAccel, &msg)) {
  /external/libpng/contrib/visupng/
VisualPng.c 82 HACCEL hAccel;
134 hAccel = LoadAccelerators (hInstance, szProgName);
138 if (!TranslateAccelerator (hwnd, hAccel, &msg))

Completed in 574 milliseconds