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

AVEVA™ Plant SCADA

TagBrowseClose

  • Last UpdatedJul 18, 2023
  • 1 minute read

The TagBrowseClose function terminates an active data browse session and cleans up resources associated with the session.

This function is a blocking function. It blocks the calling Cicode task until the operation is complete.

Syntax

INT TagBrowseClose(LONG Session)

Session:

The handle to a browse session previously returned by a TagBrowseOpen call.

Return Value

0 if successful -1 if unsuccessful.

TagInfoEx, TagInfo, TagBrowseFirst, TagBrowsePrev, TagBrowseNumRecords, TagBrowseOpen, TagBrowseNext,TagBrowseGetField

Example

// close

TBResult = TagBrowseClose(TBHandle);

End

See Also

Tag Functions

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