Microsoft DirectX 9.0

AMRESCTL_RESERVEFLAGS Enumeration

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.

See Also