// classpnp.h
typedef enum {
EventGeneration,
DataBlockCollection
} CLASSENABLEDISABLEFUNCTION;
View the official Windows Driver Kit DDI referenceNo description available.
Specifies which functionality is being enabled or disabled.
EventGenerationSpecifies that event generation is being enabled or disabled.
DataBlockCollectionSpecifies that data block collection is being enabled or disabled.