AMRESCTL_RESERVEFLAGS Enumeration
Microsoft DirectShow 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 };
Members
AMRESCTL_RESERVEFLAGS_RESERVE
Increment the reserved resource count.
AMRESCTL_RESERVEFLAGS_UNRESERVE
Decrement the reserved resource count.
Requirements
Header: Dshow.h
See Also