Function: destroy_config_handle

Function Usage

Destroys data of the aclmdlConfigHandle type created by calling acl.mdl.create_config_handle.

Prototype

  • C Prototype
    1
    aclError aclmdlDestroyConfigHandle(aclmdlConfigHandle *handle)
    
  • Python Function
    1
    ret = acl.mdl.destroy_config_handle(config_handle)
    

Parameters

Parameter

Description

config_handle

Int, pointer address of the aclmdlConfigHandle type to be destroyed.

Returns

Return Value

Description

ret

Int, error code. 0 indicates success, and other values indicate failure.