SECLayoutFactory::OnAutoSetNode

BOOLSECLayoutFactory::OnAutoSetNode(SECLayoutNode*pNode)

Override to reject automatic property setting on a newly allocated node.

Defined in: FACTORY.CPP

Return Value

Return FALSE to abort factory production of this node. TRUE to accept

Parameters

pNode

New layout node being produced.

Comments

This overridable allows you to selectively accept/reject layout nodes from being produced, as well as control the AutoSet functions.