SECXMLArchive::OpenElement

virtual BOOLSECXMLArchive::OpenElement(LPCTSTRtagName, BOOLbAssertOnFailure= FALSE)

Creates a new element with the specified tagName while saving and creates all new elements a children of this element until a corresponding CloseElement call has been made. Looks for the specified element while loading and if available makes it the current parent element from which all future searches for elements will be made.

Defined in: xmlarch.h

Parameters

tagName

Specifies the tag name of the element to be created.

bAssertOnFailure

Specifies if function should ASSERT if tag was not found.

See Also

SECXMLArchive