vs 2005中的msdn怎么查不到CWnd::CreateEx

来源:百度知道 编辑:UC知道 时间:2024/05/19 16:17:34
而且在源代码中查看好像已经变成了虚函数,以前好像不是的对吗

我能找到啊 ,贴给你。。
网页版本: http://msdn.microsoft.com/en-us/library/atzdh4ys(VS.80).aspx
Creates an overlapped, pop-up, or child window with the extended style specified in dwExStyle.

virtual BOOL CreateEx(
DWORD dwExStyle,
LPCTSTR lpszClassName,
LPCTSTR lpszWindowName,
DWORD dwStyle,
int x,
int y,
int nWidth,
int nHeight,
HWND hWndParent,
HMENU nIDorHMenu,
LPVOID lpParam = NULL
);
virtual BOOL CreateEx(
DWORD dwExStyle,
LPCTSTR lpszClassName,
LPCTSTR lpszWindowName,
DWORD dwStyle,
const RECT& rect,
CWnd* pParentWnd,
UINT nID,
LPVOID lpParam = NULL
);

Parameters
dwExStyle
Specifies the extended style of the CWnd being created. Apply any of the extended window styles to the window.