Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Plant SCADA

ctListFree

  • Last UpdatedJul 13, 2023
  • 1 minute read

Frees a list created with ctListNew. Every tag added to the list is freed, you do not have to call ctListDelete() for each tag. not call ctListFree() while a read operation is pending. Wait for the read to complete before freeing the list.

Syntax

ctListFree(hList)

hList

Type: HANDLE
Input/output: Input
Description: The handle to the list, as returned from ctListNew().

Return Value

If the function succeeds, the return value is TRUE. If the function does not succeed, the return value is FALSE. To get extended error information, call GetLastError().

ctOpen, ctListNew, ctListAdd, ctListDelete, ctListRead, ctListWrite, ctListData

Example

See ctListNew.

In This Topic
TitleResults for “How to create a CRG?”Also Available in