aclprofDestroyStepInfo

Description

Destroys data of the aclprofStepInfo type created by the aclprofCreateStepInfo call.

Restrictions

  • Use this API together with the aclprofCreateStepInfo API. Call aclprofCreateStepInfo first 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.