aclvencDestroyFrameConfig
Applicability
Product |
Supported |
|---|---|
x |
|
x |
|
√ |
|
√ |
|
x |
Description
Destroys data of the aclvencFrameConfig type created by the aclvencCreateFrameConfig call.
Prototype
aclError aclvencDestroyFrameConfig(aclvencFrameConfig *config)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
config |
Input |
Pointer to data of the aclvencFrameConfig type. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: aclvencFrameConfig