ReactOS 0.4.15-dev-7924-g5949c20
tagBaseWindow Struct Reference

#include <strmbase.h>

Collaboration diagram for tagBaseWindow:

Public Attributes

HWND hWnd
 
LONG Width
 
LONG Height
 
HINSTANCE hInstance
 
LPWSTR pClassName
 
DWORD ClassStyles
 
DWORD WindowStyles
 
DWORD WindowStylesEx
 
HDC hDC
 
const struct BaseWindowFuncTablepFuncsTable
 

Detailed Description

Definition at line 380 of file strmbase.h.

Member Data Documentation

◆ ClassStyles

DWORD tagBaseWindow::ClassStyles

Definition at line 387 of file strmbase.h.

◆ hDC

HDC tagBaseWindow::hDC

Definition at line 390 of file strmbase.h.

◆ Height

LONG tagBaseWindow::Height

Definition at line 384 of file strmbase.h.

◆ hInstance

HINSTANCE tagBaseWindow::hInstance

Definition at line 385 of file strmbase.h.

◆ hWnd

HWND tagBaseWindow::hWnd

Definition at line 382 of file strmbase.h.

Referenced by VideoRenderer_OnSize().

◆ pClassName

LPWSTR tagBaseWindow::pClassName

Definition at line 386 of file strmbase.h.

◆ pFuncsTable

const struct BaseWindowFuncTable* tagBaseWindow::pFuncsTable

Definition at line 392 of file strmbase.h.

Referenced by BaseWindow_Init().

◆ Width

LONG tagBaseWindow::Width

Definition at line 383 of file strmbase.h.

◆ WindowStyles

DWORD tagBaseWindow::WindowStyles

Definition at line 388 of file strmbase.h.

◆ WindowStylesEx

DWORD tagBaseWindow::WindowStylesEx

Definition at line 389 of file strmbase.h.


The documentation for this struct was generated from the following file: