GetAt

Gets the value

Syntax

Definition:

HRESULT GetAt(
    LONGLONG       nOffset,
    unsigned char& nValue
)

Parameters

Name

Type

Description

nOffset

LONGLONG

Offset to the current position

nValue

unsigned char&

Returns the value

GetAt 1: Return value

HRESULT