SetAt

Sets the value

Syntax

Definition:

HRESULT SetAt(
    LONGLONG      nOffset,
    unsigned char nValue
)

Parameters

Name

Type

Description

nOffset

LONGLONG

Offset to the current position

nValue

unsigned char

The value to set

SetAt 1: Return value

HRESULT