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

  /external/lzma/CPP/Windows/Control/
Window2.h 20 HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance);
25 HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance);
Window2.cpp 51 HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance)
78 HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance)
CommandBar.h 36 HMENU GetMenu(WORD iButton) { return ::CommandBar_GetMenu(_window, iButton); }
ListView.cpp 16 HWND parentWindow, HMENU idOrHMenu,
ListView.h 20 HWND parentWindow, HMENU idOrHMenu,
  /external/lzma/CPP/Windows/
Window.h 88 HWND parentWindow, HMENU idOrHMenu,
100 HWND parentWindow, HMENU idOrHMenu,
113 HWND parentWindow, HMENU idOrHMenu,
118 HWND parentWindow, HMENU idOrHMenu,
265 HMENU GetSystemMenu(bool revert)
Window.cpp 52 HWND parentWindow, HMENU idOrHMenu,
70 HWND parentWindow, HMENU idOrHMenu,
  /external/python/cpython2/Lib/ctypes/
wintypes.py 78 HMENU = HANDLE
170 'HKL', 'HLOCAL', 'HMENU', 'HMETAFILE', 'HMODULE', 'HMONITOR',
  /external/python/cpython3/Lib/ctypes/
wintypes.py 79 HMENU = HANDLE
  /external/webrtc/webrtc/modules/video_render/test/testAPI/
testAPI.cc 145 (HMENU) NULL, // class menu used
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Nt32/Protocol/WinNtThunk/
WinNtThunk.h 833 HMENU hMenu,
  /device/linaro/bootloader/edk2/Nt32Pkg/Include/Protocol/
WinNtThunk.h 836 HMENU hMenu,
  /external/libpng/contrib/visupng/
VisualPng.c 153 static HMENU hMenu;
231 hMenu = GetMenu (hwnd);
234 EnableMenuItem (hMenu, IDM_FILE_SAVE, MF_ENABLED);
236 EnableMenuItem (hMenu, IDM_FILE_SAVE, MF_GRAYED);
241 hMenu = GetMenu (hwnd);
384 CheckMenuItem (hMenu, IDM_OPTIONS_STRETCH, MF_CHECKED);
386 CheckMenuItem (hMenu, IDM_OPTIONS_STRETCH, MF_UNCHECKED);
  /external/webrtc/webrtc/examples/peerconnection/client/
main_wnd.cc 455 reinterpret_cast<HMENU>(id),

Completed in 267 milliseconds