ReactOS 0.4.16-dev-136-g52192f1
|
#include <strmbase.h>
Public Attributes | |
HWND | hWnd |
LONG | Width |
LONG | Height |
HINSTANCE | hInstance |
LPWSTR | pClassName |
DWORD | ClassStyles |
DWORD | WindowStyles |
DWORD | WindowStylesEx |
HDC | hDC |
const struct BaseWindowFuncTable * | pFuncsTable |
Definition at line 380 of file strmbase.h.
DWORD tagBaseWindow::ClassStyles |
Definition at line 387 of file strmbase.h.
HDC tagBaseWindow::hDC |
Definition at line 390 of file strmbase.h.
LONG tagBaseWindow::Height |
Definition at line 384 of file strmbase.h.
HINSTANCE tagBaseWindow::hInstance |
Definition at line 385 of file strmbase.h.
HWND tagBaseWindow::hWnd |
Definition at line 382 of file strmbase.h.
Referenced by VideoRenderer_OnSize().
LPWSTR tagBaseWindow::pClassName |
Definition at line 386 of file strmbase.h.
const struct BaseWindowFuncTable* tagBaseWindow::pFuncsTable |
Definition at line 392 of file strmbase.h.
Referenced by BaseWindow_Init().
LONG tagBaseWindow::Width |
Definition at line 383 of file strmbase.h.
DWORD tagBaseWindow::WindowStyles |
Definition at line 388 of file strmbase.h.
DWORD tagBaseWindow::WindowStylesEx |
Definition at line 389 of file strmbase.h.