ReadUserToolFile

BOOLReadUserToolFile(LPCTSTRpcszFilename, CObArray&a)

Global function used to serialize an array of user-tools. Reads an array of user-tools from a file.

Defined in: usertool.cpp

Return Value

Returns TRUE on success; FALSE otherwise.

Parameters

pcszFilename

Pointer to the filename from which the array is to be read.

a

CObArray object initialized with the user-defined tools array.

See Also

SECUserTool::WriteUserToolFile

SECUserTool