SECLayoutFactory::DeallocNode
voidSECLayoutFactory::DeallocNode(SECLayoutNode*pNode)
Deallocate a layout node object previously allocated by this factory.
Defined in: FACTORY.CPP
Return Value
void
Parameters
pNode
Node to deallocate
Comments
In general, you will want the factory destructor to perform the deallocation. This function is provided for finer control over the memory management.