SECUserToolsDlg::SetToolsArrayPtr

voidSECUserToolsDlg::SetToolsArrayPtr(CObArray*p)

To allow the user to edit a list of user-tools, the user-tools dialog must have an array of user-tools to operate on. Since the lifetime of this array is typically greater than that of the user-tools dialog, the user-tools dialog cannot own the array. The class which constructs the dialog must own the user-tools array and pass a pointer to it, using this method, just after constructing the dialog.

Defined in: usrtldlg.h

Parameters

p

Pointer to the user tools array.

See Also

SECUserToolsDlg

SECUserToolsDlg