SECLayoutNodeWnd::AttachWnd
Attach to an existing window, bridging it into the layout manager framework.
Defined in: NODEWND.CPP
Syntax
AttachWnd(HWND hWnd,CWnd* pParent)
AttachWnd(CWnd* pWnd,CWnd* pParent)
AttachWnd(UINT nID,CWnd* pParent)
Return Value
TRUE if successful, FALSE on failure.
Parameters
hWnd
handle to window that will be attached
pWnd
pointer to CWnd object for window that will be attached
nID
child window id for window that will be attached
pParent
parent of window to be attached
Comments
This function is used to bridge a WIN32 window into the layout framework, via the inherited SECLayoutNode interface.