Home page  
Help >
ddlDestroyColl() - destroy the collection created by ddlCreateColl()
Version 7.11
ddlDestroyColl() - destroy the collection created by ddlCreateColl() ddlDestroyColl() - destroy the collection created by ddlCreateColl()

ddlDestroyColl() is used to delete the collection that was previously assigned by the ddlCreateColl() function.

Prototype:
   void ddlDestroyColl(
      CONTROL *ctl,
      char *OptnStr,
      char *ArgList);          /* command argument list */

Permitted values in OptnStr:
   /E - if the specified collection does not exist, do not return error
        status in ctl->Status; instead, return error status in ctl->Warning;

Form of ArgList:
<CollectionName>
<CollectionName> represents the target Collection name to be destroyed;

Description:

Value returned in Control.Ans1:
      If the command succeeds, %Answer1 contains "1".

Copyright © 2019 , WhamTech, Inc.  All rights reserved. This document is provided for information purposes only and the contents hereof are subject to change without notice. Names may be trademarks of their respective owners.