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

  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
PVRShellOS.h 53 HWND m_hWnd;
PVRShellOS.cpp 93 m_hWnd = 0;
214 m_hWnd = CreateWindow(WINDOW_CLASS, appName, WS_VISIBLE | WS_SYSMENU,CW_USEDEFAULT, CW_USEDEFAULT, m_pShell->m_pShellData->nShellDimX, m_pShell->m_pShellData->nShellDimY,
217 SetWindowLong(m_hWnd,GWL_STYLE,GetWindowLong(m_hWnd,GWL_STYLE) &~ WS_CAPTION);
218 SetWindowPos(m_hWnd,HWND_NOTOPMOST,0,0,0,0,SWP_NOMOVE | SWP_NOSIZE | SWP_FRAMECHANGED);
250 m_hWnd = CreateWindow(WINDOW_CLASS, appName, WS_VISIBLE|WS_CAPTION|WS_SYSMENU,
255 if(!m_hWnd)
262 SetWindowPos(m_hWnd,HWND_TOPMOST,0,0,m_pShell->m_pShellData->nShellDimX,m_pShell->m_pShellData->nShellDimY,0);
265 m_hDC = GetDC(m_hWnd);
266 ShowWindow(m_hWnd, m_nCmdShow);
    [all...]
  /external/mdnsresponder/mDNSWindows/ControlPanel/
ConfigPropertySheet.cpp 161 err = WSAAsyncSelect( DNSServiceRefSockFD( m_browseDomainsRef ), m_hWnd, WM_DATAREADY, FD_READ|FD_CLOSE );
186 err = WSAAsyncSelect( DNSServiceRefSockFD( m_browseDomainsRef ), m_hWnd, 0, 0 );
  /external/clang/test/SemaTemplate/
ms-lookup-template-base-classes.cpp 156 int m_hWnd;
163 m_hWnd = 1; // expected-warning {{use of undeclared identifier 'm_hWnd'; unqualified lookup into dependent bases of class template 'A' is a Microsoft extension}}
  /external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/
ChooserDialog.cpp 475 result = ::TranslateAccelerator( m_hWnd, mMenuAcceleratorTable, pMsg );
    [all...]

Completed in 752 milliseconds