aclprofCreateStepInfo
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Creates data of the aclprofStepInfo type as step information.
Restrictions
- Use the aclprofDestroyStepInfo API to destroy data of the aclprofStepInfo type. If data is not destroyed, the memory cannot be freed.
- This API is used with aclprofDestroyStepInfo. Call aclprofCreateStepInfo and then aclprofDestroyStepInfo.
Prototype
aclprofStepInfo* aclprofCreateStepInfo()
Returns
- Success: pointer to data of the aclprofStepInfo type
- Failure: nullptr
The same tag can be configured only once for a single aclprofStepInfo object, to avoid Profiling analysis errors.
Parent topic: aclprofStepInfo