WriteUserToolFile

BOOLWriteUserToolFile(LPCTSTRpcszFilename, CObArray&a)

Global function used to serialize an array of user-tools. Writes the specified array to a file.

Defined in: usertool.cpp

Return Value

Returns TRUE on success; FALSE otherwise.

Parameters

pcszFilename

Pointer to the file to be written to.

a

CObArray object containing the user-defined tools array.

See Also

SECUserTool::ReadUserToolFile

SECUserTool