aclprofDestroyStepInfo
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Destroys data of the aclprofStepInfo type created by calling aclprofCreateStepInfo.
Restrictions
- This API is used with aclprofCreateStepInfo. Call aclprofCreateStepInfo and then aclprofDestroyStepInfo.
- If the same aclprofStepInfo pointer repeatedly calls the aclprofDestroyStepInfo API, an error indicating that the memory is freed repeatedly is reported.
Prototype
void aclprofDestroyStepInfo(aclprofStepInfo* stepinfo)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
stepinfo |
Input |
Step information. Call aclprofCreateStepInfo to create data of the aclprofStepInfo type in advance. |
Parent topic: aclprofStepInfo