_AMRESCTL_RESERVEFLAGS enumeration (strmif.h)

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

Syntax

typedef enum _AMRESCTL_RESERVEFLAGS {
  AMRESCTL_RESERVEFLAGS_RESERVE = 0,
  AMRESCTL_RESERVEFLAGS_UNRESERVE = 0x1
} ;

Constants

 
AMRESCTL_RESERVEFLAGS_RESERVE
Value: 0
Increment the reserved resource count.
AMRESCTL_RESERVEFLAGS_UNRESERVE
Value: 0x1
Decrement the reserved resource count.

Requirements

   
Header strmif.h (include DShow.h)

See also

DirectShow Enumerated Types