T_QueryOptionDocumentDB_Update

Syntax

Definition:

TYPE T_QueryOptionDocumentDB_Update
STRUCT
    pFilter: POINTER TO BYTE;
    cbFilter: UDINT;
    pDocuments: POINTER TO BYTE;
    cbDocuments: UDINT;
END_STRUCT
END_TYPE

Parameter

Name

Type

Description

pFilter

POINTER TO BYTE

Specifies the address of the search filter based on which the collection is to be searched.

cbFilter

UDINT

Length of the search filter.

pDocuments

POINTER TO BYTE

Specifies the address of the documents whose values are to be transferred to the collection.

cbDocuments

UDINT

Length of the documents

Requirements

Development environment

Target platform

PLC libraries to include

TwinCAT v3.1 Build 4022.20

PC or CX (x86)

Tc3_Database