SECLayoutFactory::CreateNodeDC

SECLayoutNodeDCBase*SECLayoutFactory::CreateNodeDC(CWnd*pWndParent, SECLayoutNode*pParentNode, const SECLayoutNodeDCClassFactory&classNodeDC, LPCTSTRlpszTitle)

Create a DC-based layout node.

Defined in: FACTORY.CPP

Return Value

Pointer to the new DC-based layout node

Parameters

pWndParent

Parent window of this DC-based node.

pParentNode

Parent node of this new DC-based node.

classNodeDC

Class name for new node creation. Can use NODEDC_CLASS macro.

lpszTitle

Associated node title for this new DC based node.