GetValueSize

GetValueSize 1:

Gets the memory size (in byte) required by the value the iterator points to.

Syntax

Definition:

METHOD GetValueSize : HRESULT
VAR_INPUT
    nSize : Reference To ULINT;
END_VAR

GetValueSize 2: Inputs

Name

Type

Description

nSize

Reference To ULINT

Returns the element size in bytes.

GetValueSize 3: Return value

HRESULT