aclDestroyGraphDumpOpt
Description
Destroys data of the aclGraphDumpOption type created by the aclCreateGraphDumpOpt call.
Prototype
aclError aclDestroyGraphDumpOpt(const aclGraphDumpOption *graphDumpOpt)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
graphDumpOpt |
Input |
Pointer to data of the aclGraphDumpOption type. |
Returns
The value 0 indicates success, and other values indicate failure. For details, see aclError.
Parent topic: aclGraphDumpOption