Function: destroy_stamp
Applicability
|
Product |
Supported (√/x) |
|---|---|
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
Function Usage
Destroys a msproftx event stamp.
Prototype
- C Prototype
1void aclprofDestroyStamp(void *stamp)
- Python Function
1acl.prof.destroy_stamp(stamp)
Parameter Description
|
Parameter |
Description |
|---|---|
|
stamp |
Int, stamp pointer address, indicating the msproftx event stamp. Specifies the pointer address of the Function: create_stamp API. |
Return Value
None
Restrictions
This API must be used in pairs with Function: create_stamp and after Function: stop.
Parent topic: msproftx Extension APIs