HomeSort by relevance Sort by last modified time
    Searched defs:HWND (Results 1 - 11 of 11) sorted by null

  /external/lzma/CPP/Windows/
Window.h 39 inline bool MySetWindowText(HWND wnd, LPCWSTR s) { return BOOLToBool(::SetWindowText(wnd, s)); }
41 bool MySetWindowText(HWND wnd, LPCWSTR s);
58 HWND _window;
60 CWindow(HWND newWindow = NULL): _window(newWindow){};
61 CWindow& operator=(HWND newWindow)
66 operator HWND() const { return _window; }
67 void Attach(HWND newWindow) { _window = newWindow; }
68 HWND Detach()
70 HWND window = _window;
77 HWND GetParent() const { return ::GetParent(_window); }
    [all...]
  /external/python/cpython2/Lib/ctypes/
wintypes.py 89 HWND = HANDLE
133 _fields_ = [("hWnd", HWND),
172 'HWND', 'INT', 'LANGID', 'LARGE_INTEGER', 'LCID', 'LCTYPE',
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
wintypes.py 93 HWND = HANDLE
137 _fields_ = [("hWnd", HWND),
176 'HWND', 'INT', 'LANGID', 'LARGE_INTEGER', 'LCID', 'LCTYPE',
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
wintypes.py 93 HWND = HANDLE
137 _fields_ = [("hWnd", HWND),
176 'HWND', 'INT', 'LANGID', 'LARGE_INTEGER', 'LCID', 'LCTYPE',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 93 HWND = HANDLE
137 _fields_ = [("hWnd", HWND),
176 'HWND', 'INT', 'LANGID', 'LARGE_INTEGER', 'LCID', 'LCTYPE',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 93 HWND = HANDLE
137 _fields_ = [("hWnd", HWND),
176 'HWND', 'INT', 'LANGID', 'LARGE_INTEGER', 'LCID', 'LCTYPE',
  /external/python/cpython3/Lib/ctypes/
wintypes.py 90 HWND = HANDLE
134 _fields_ = [("hWnd", HWND),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windef.h 25 DECLARE_HANDLE (HWND);
rpcasync.h 56 HWND hWnd;
58 } HWND;
197 HWND hWnd;
199 } HWND;
322 HWND ParentWindow
  /external/mesa3d/include/D3D9/
d3d9types.h 87 typedef HANDLE HWND;
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 307 milliseconds