TestOtherFlags
TestOtherFlags — Some other flags
|
|
Object Hierarchy
GFlags
+----TestOtherFlags
Description
Another test flag enumeration.
Details
enum TestOtherFlags
typedef enum {
TEST_OTHER_FLAGS_NONE = 0x0040,
TEST_OTHER_FLAGS_USE_ORBITAL_LASER = 0x0080,
TEST_OTHER_FLAGS_MEDIA_COVERAGE = 0x0100,
} TestOtherFlags;
Another test flag enumeration.
TEST_OTHER_FLAGS_NONE
|
No flags explicitly set (but it's a stupid value!)
|
TEST_OTHER_FLAGS_USE_ORBITAL_LASER
|
Use the Orbital Laser for deletion
|
TEST_OTHER_FLAGS_MEDIA_COVERAGE
|
Call the media before deletion
|