Microsoft DirectX 8.0

AMRESCTL_RESERVEFLAGS Enumeration

Enumerated Types

Specifies whether to increment or decrement the number of resources currently being reserved.

Syntax

enum _AMRESCTL_RESERVEFLAGS{
    AMRESCTL_RESERVEFLAGS_RESERVE     = 0x00,
    AMRESCTL_RESERVEFLAGS_UNRESERVE   = 0x01 
};

Elements

AMRESCTL_RESERVEFLAGS_RESERVE
Increment the reserved resource count.
AMRESCTL_RESERVEFLAGS_UNRESERVE
Decrement the reserved resource count.