GetValueSize

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

Syntax

Definition:

HRESULT GetValueSize(
    ULONGLONG& nSize
)

Parameters

Name

Type

Description

nSize

ULONGLONG&

Returns the element size in bytes.

GetValueSize 1: Return value

HRESULT