CBaseWindow::GetClassWindowStyles (Windows CE 5.0)
Retrieves class and window information.
virtualLPTSTRGetClassWindowStyles(DWORD* pClassStyles,DWORD* pWindowStyles,DWORD* pWindowStylesEx)PURE;
Parameters
- pClassStyles
Class styles. - pWindowStyles
Window styles. - pWindowStylesEx
Extended window styles.
Return Values
Returns a class name that is a static text string.
Remarks
A derived class must override this pure virtual member function to provide the default class and window styles for the window.
The information the derived class returns is used in CBaseWindow::PrepareWindow when the window is created.
The class and window styles take the same parameters as their counterparts in the Win32 CreateWindowEx function.
The string returned should be allocated as a static string and should still be valid after the member function returns.
Requirements
DirectShow applications and DirectShow filters have different include file and link library requirements.
For more information, see Setting Up the Build Environment.
OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header:
Send Feedback on this topic to the authors