HomeSort by relevance Sort by last modified time
    Searched full:hwnd (Results 26 - 50 of 431) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rrascfg.h 70 virtual HRESULT WINAPI AddProtocol(LPCOLESTR pszMachineName,DWORD dwTransportId,DWORD dwProtocolId,HWND hWnd,DWORD dwFlags,IUnknown *pRouter,ULONG_PTR uReserved1) = 0;
71 virtual HRESULT WINAPI RemoveProtocol(LPCOLESTR pszMachineName,DWORD dwTransportId,DWORD dwProtocolId,HWND hWnd,DWORD dwFlags,IUnknown *pRouter,ULONG_PTR uReserved1) = 0;
79 HRESULT (WINAPI *AddProtocol)(IRouterProtocolConfig *This,LPCOLESTR pszMachineName,DWORD dwTransportId,DWORD dwProtocolId,HWND hWnd,DWORD dwFlags,IUnknown *pRouter,ULONG_PTR uReserved1);
80 HRESULT (WINAPI *RemoveProtocol)(IRouterProtocolConfig *This,LPCOLESTR pszMachineName,DWORD dwTransportId,DWORD dwProtocolId,HWND hWnd,DWORD dwFlags,IUnknown *pRouter,ULONG_PTR uReserved1);
90 #define IRouterProtocolConfig_AddProtocol(This,pszMachineName,dwTransportId,dwProtocolId,hWnd,dwFlags,pRouter,uReserved1) (This)->lpVtbl->AddProtocol(This,pszMachineName,dwTransportId,dwProtocolId,hWnd,dwFlags,pRouter,uReserved1
    [all...]
smx.h 121 typedef DWORD (WINAPI *PSMX_LOADMENU)(HWND hWnd,PSMS_LOADMENU psmsload);
125 typedef VOID (WINAPI *PSMX_REFRESH)(HWND hwndParent);
126 typedef VOID (WINAPI *PSMX_MENUACTION)(HWND hwndParent,DWORD dwEventId);
129 DWORD WINAPI SMELoadMenuA(HWND hWnd,PSMS_LOADMENUA psmsload);
130 DWORD WINAPI SMELoadMenuW(HWND hWnd,PSMS_LOADMENUW psmsload);
135 VOID WINAPI SMERefresh(HWND hwndParent);
136 VOID WINAPI SMEMenuAction(HWND hwndParent,DWORD dwEventId)
    [all...]
uxtheme.h 24 WINBOOL WINAPI BeginPanningFeedback(HWND hwnd);
25 WINBOOL WINAPI UpdatePanningFeedback(HWND hwnd,LONG lTotalOverpanOffsetX,LONG lTotalOverpanOffsetY,WINBOOL fInInertia);
26 WINBOOL WINAPI EndPanningFeedback(HWND hwnd,WINBOOL fAnimateBack);
80 THEMEAPI_(HANIMATIONBUFFER) BeginBufferedAnimation(HWND hwnd,HDC hdcTarget,const RECT *rcTarget,BP_BUFFERFORMAT dwFormat,BP_PAINTPARAMS *pPaintParams,BP_ANIMATIONPARAMS *pAnimationParams,HDC *phdcFrom,HDC *phdcTo);
82 THEMEAPI_(WINBOOL) BufferedPaintRenderAnimation(HWND hwnd,HDC hdcTarget)
247 THEMEAPI_(HTHEME) GetWindowTheme(HWND hwnd); variable
260 THEMEAPI_(WINBOOL) IsThemeDialogTextureEnabled(HWND hwnd); variable
    [all...]
dciman.h 27 extern HWINWATCH WINAPI WinWatchOpen(HWND hwnd);
31 extern DWORD WINAPI GetWindowRegionData(HWND hwnd,DWORD size,LPRGNDATA prd);
39 typedef void (CALLBACK *WINWATCHNOTIFYPROC)(HWINWATCH hww,HWND hwnd,DWORD code,LPARAM lParam);
newdev.h 44 HWND hwndParent,
53 HWND hwndParent,
92 HWND hwndParent OPTIONAL,
102 HWND hwndParent OPTIONAL,
113 HWND hwndParent OPTIONAL,
120 HWND hwndParent OPTIONAL,
128 HWND hwndParent OPTIONAL,
146 HWND hwndParent,
wpapi.h 38 DWORD WINAPI WpPostW(HWND hwnd,DWORD dwNumLocalPaths,LPWSTR *pwsLocalPaths,LPDWORD pdwSiteNameBufLen,LPWSTR wsSiteName,LPDWORD pdwDestURLBufLen,LPWSTR wsDestURL,DWORD dwFlag);
42 DWORD WINAPI WpBindToSiteW(HWND hwnd,LPCWSTR wsSiteName,LPCWSTR wsSitePostingURL,DWORD dwFlag,DWORD dwReserved,PVOID *ppvUnk);
46 DWORD WINAPI WpPostA(HWND hwnd,DWORD dwNumLocalPaths,LPSTR *psLocalPaths,LPDWORD pdwSiteNameBufLen,LPSTR sSiteName,LPDWORD pdwDestURLBufLen,LPSTR sDestURLBufLen,DWORD dwFlag);
50 DWORD WINAPI WpBindToSiteA(HWND hwnd,LPCSTR sSiteName,LPCSTR sSitePostingURL,DWORD dwFlag,DWORD dwReserved,PVOID *ppvUnk);
odbcinst.h 83 WINBOOL WINAPI SQLInstallODBC(HWND hwndParent,LPCSTR lpszInfFile,LPCSTR lpszSrcPath,LPCSTR lpszDrivers);
84 WINBOOL WINAPI SQLManageDataSources(HWND hwndParent);
85 WINBOOL WINAPI SQLCreateDataSource(HWND hwndParent,LPCSTR lpszDSN);
86 WINBOOL WINAPI SQLGetTranslator(HWND hwnd,LPSTR lpszName,WORD cbNameMax,WORD *pcbNameOut,LPSTR lpszPath,WORD cbPathMax,WORD *pcbPathOut,DWORD *pvOption);
91 WINBOOL WINAPI SQLConfigDataSource(HWND hwndParent,WORD fRequest,LPCSTR lpszDriver,LPCSTR lpszAttributes);
103 WINBOOL WINAPI SQLConfigDriver(HWND hwndParent,WORD fRequest,LPCSTR lpszDriver,LPCSTR lpszArgs,LPSTR lpszMsg,WORD cbMsgMax,WORD *pcbMsgOut);
117 WINBOOL WINAPI ConfigDSN(HWND hwndParent,WORD fRequest,LPCSTR lpszDriver,LPCSTR lpszAttributes);
118 WINBOOL WINAPI ConfigTranslator(HWND hwndParent,DWORD *pvOption);
120 WINBOOL WINAPI ConfigDriver(HWND hwndParent,WORD fRequest,LPCSTR lpszDriver,LPCSTR lpszArgs,LPSTR lpszMsg,WORD cbMsgMax,WORD *pcbMs (…)
    [all...]
shellapi.h 61 SHSTDAPI_(void) DragAcceptFiles(HWND,WINBOOL);
62 SHSTDAPI_(HINSTANCE) ShellExecuteA(HWND hwnd,LPCSTR lpOperation,LPCSTR lpFile,LPCSTR lpParameters,LPCSTR lpDirectory,INT nShowCmd);
63 SHSTDAPI_(HINSTANCE) ShellExecuteW(HWND hwnd,LPCWSTR lpOperation,LPCWSTR lpFile,LPCWSTR lpParameters,LPCWSTR lpDirectory,INT nShowCmd);
67 SHSTDAPI_(INT) ShellAboutA(HWND hWnd,LPCSTR szApp,LPCSTR szOtherStuff,HICON hIcon);
68 SHSTDAPI_(INT) ShellAboutW(HWND hWnd,LPCWSTR szApp,LPCWSTR szOtherStuff,HICON hIcon);
126 HWND hWnd
181 HWND hwnd; member in struct:_SHFILEOPSTRUCTA
192 HWND hwnd; member in struct:_SHFILEOPSTRUCTW
269 HWND hwnd; member in struct:_SHELLEXECUTEINFOA
290 HWND hwnd; member in struct:_SHELLEXECUTEINFOW
322 HWND hwnd; member in struct:_SHCREATEPROCESSINFOW
    [all...]
amaudio.h 43 STDMETHOD(SetFocusWindow)(THIS_ HWND hwnd, WINBOOL bgsilent) PURE;
44 STDMETHOD(GetFocusWindow)(THIS_ HWND hwnd) PURE;
ratings.h 12 STDAPI RatingEnable(HWND hwndParent,LPCSTR pszUsername,WINBOOL fEnable);
14 STDAPI RatingAccessDeniedDialog(HWND hDlg,LPCSTR pszUsername,LPCSTR pszContentDescription,void *pRatingDetails);
15 STDAPI RatingAccessDeniedDialog2(HWND hDlg,LPCSTR pszUsername,void *pRatingDetails);
19 STDAPI RatingSetupUI(HWND hDlg,LPCSTR pszUsername);
  /external/webrtc/webrtc/base/
win32window.cc 32 bool Win32Window::Create(HWND parent, const wchar_t* title, DWORD style,
90 LRESULT Win32Window::WndProc(HWND hwnd, UINT uMsg,
93 ::GetWindowLongPtr(hwnd, GWLP_USERDATA));
97 that->wnd_ = hwnd;
98 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(that));
104 for (HWND child = ::GetWindow(hwnd, GW_CHILD); child;
110 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, NULL);
118 return ::DefWindowProc(hwnd, uMsg, wParam, lParam)
    [all...]
win32window.h 29 HWND handle() const { return wnd_; }
31 bool Create(HWND parent, const wchar_t* title, DWORD style, DWORD exstyle,
46 static LRESULT CALLBACK WndProc(HWND hwnd, UINT uMsg, WPARAM wParam,
49 HWND wnd_;
win32windowpicker.cc 29 BOOL CALLBACK Win32WindowPicker::EnumProc(HWND hwnd, LPARAM l_param) {
38 int len = GetWindowTextLength(hwnd);
39 HWND owner = GetWindow(hwnd, GW_OWNER);
40 LONG exstyle = GetWindowLong(hwnd, GWL_EXSTYLE);
41 if (len == 0 || IsIconic(hwnd) || !IsWindowVisible(hwnd) ||
54 ::GetClassName(hwnd, class_name_w, 500);
62 GetWindowText(hwnd, window_title, arraysize(window_title))
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
cropping_window_capturer_win.cc 26 TopWindowVerifierContext(HWND selected_window, HWND excluded_window)
32 HWND selected_window;
33 HWND excluded_window;
41 BOOL CALLBACK TopWindowVerifier(HWND hwnd, LPARAM param) {
45 if (hwnd == context->selected_window) {
51 if (hwnd == context->excluded_window) {
56 if (IsIconic(hwnd) || !IsWindowVisible(hwnd)) {
196 HWND hwnd = reinterpret_cast<HWND>(selected_window()); local
    [all...]
  /external/lzma/CPP/Windows/Control/
Dialog.h 14 CDialog(HWND wnd = NULL): CWindow(wnd){};
17 HWND GetItem(int itemID) const
63 HWND GetNextGroupItem(HWND control, bool previous)
65 HWND GetNextTabItem(HWND control, bool previous)
105 virtual bool OnButtonClicked(int buttonID, HWND buttonHWND);
129 bool Create(LPCTSTR templateName, HWND parentWindow);
130 bool Create(UINT resID, HWND parentWindow) { return Create(MAKEINTRESOURCEW(resID), parentWindow); }
132 bool Create(LPCWSTR templateName, HWND parentWindow);
    [all...]
Window2.h 15 CWindow2(HWND newWindow = NULL): CWindow(newWindow){};
20 HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance);
25 HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance);
40 virtual bool OnButtonClicked(int buttonID, HWND buttonHWND);
  /external/skia/src/views/win/
skia_win.cpp 15 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
95 SkOSWindow::ForAllWindows([show](void* hWnd, SkOSWindow**) {
96 ShowWindow((HWND)hWnd, show);
97 UpdateWindow((HWND)hWnd); }
114 extern SkOSWindow* create_sk_window(void* hwnd, int argc, char** argv);
116 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) {
119 return DefWindowProc(hWnd, message, wParam, lParam)
    [all...]
  /external/libchrome/base/win/
scoped_hdc.h 21 explicit ScopedGetDC(HWND hwnd)
22 : hwnd_(hwnd),
23 hdc_(GetDC(hwnd)) {
43 HWND hwnd_;
  /external/lzma/CPP/7zip/UI/FileManager/
BrowseDialog.h 8 bool MyBrowseForFolder(HWND owner, LPCWSTR title, LPCWSTR path, UString &resultPath);
9 bool MyBrowseForFile(HWND owner, LPCWSTR title, LPCWSTR path, LPCWSTR filterDescription, LPCWSTR filter, UString &resultPath);
19 bool Dlg_CreateFolder(HWND wnd, UString &destName);
PasswordDialog.h 17 virtual bool OnButtonClicked(int buttonID, HWND buttonHWND);
25 INT_PTR Create(HWND parentWindow = 0) { return CModalDialog::Create(IDD_PASSWORD, parentWindow); }
  /external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/dxgi/
dxgi_dll.c 63 HWND hwnd,
70 /* this is the parent HWND which actually has an X11 window associated */
71 HWND x11_hwnd;
84 hdc = GetDC(hwnd);
95 ReleaseDC(hwnd, hdc);
109 x11_hwnd = GetAncestor(hwnd, GA_ROOT);
117 GetClientRect(hwnd, &client_rect);
137 HWND hwnd,
    [all...]
  /external/lzma/CPP/Windows/
Window.h 38 inline bool MySetWindowText(HWND wnd, LPCWSTR s) { return BOOLToBool(::SetWindowText(wnd, s)); }
40 bool MySetWindowText(HWND wnd, LPCWSTR s);
57 HWND _window;
59 CWindow(HWND newWindow = NULL): _window(newWindow){};
60 CWindow& operator=(HWND newWindow)
65 operator HWND() const { return _window; }
66 void Attach(HWND newWindow) { _window = newWindow; }
67 HWND Detach()
69 HWND window = _window;
76 HWND GetParent() const { return ::GetParent(_window); }
    [all...]
Shell.cpp 137 bool BrowseForFolder(HWND, LPCTSTR, UINT, LPCTSTR, CSysString &)
142 bool BrowseForFolder(HWND /* owner */, LPCTSTR /* title */,
174 int CALLBACK BrowseCallbackProc(HWND hwnd, UINT uMsg, LPARAM /* lp */, LPARAM data)
181 SendMessage(hwnd, BFFM_SETSELECTION, TRUE, data);
189 SendMessage(hwnd, BFFM_SETSTATUSTEXT, 0, (LPARAM)dir);
191 SendMessage(hwnd, BFFM_SETSTATUSTEXT, 0, (LPARAM)TEXT(""));
203 bool BrowseForFolder(HWND owner, LPCTSTR title, UINT ulFlags,
225 bool BrowseForFolder(HWND owner, LPCTSTR title,
270 int CALLBACK BrowseCallbackProc2(HWND hwnd, UINT uMsg, LPARAM /* lp */, LPARAM data)
    [all...]
  /external/skia/include/views/
SkOSWindow_Win.h 54 bool wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
55 static bool QuitOnDeactivate(HWND hWnd);
66 static SkOSWindow* GetOSWindowForHWND(void* hwnd) {
67 SkOSWindow** win = gHwndToOSWindowMap.find(hwnd);
75 // The void* argument to f is a HWND.
  /external/mesa3d/src/gallium/targets/graw-gdi/
graw_gdi.c 38 window_proc(HWND hWnd,
49 return DefWindowProc(hWnd, uMsg, wParam, lParam);
72 HWND hWnd = NULL;
100 hWnd = CreateWindowEx(0,
112 if (hWnd == NULL)
115 hDC = GetDC(hWnd);
124 if (hWnd)
125 DestroyWindow(hWnd);
    [all...]

Completed in 468 milliseconds

12 3 4 5 6 7 8 91011>>