CLASSENABLEDISABLEFUNCTION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// classpnp.h

typedef enum {
  EventGeneration,
  DataBlockCollection
} CLASSENABLEDISABLEFUNCTION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-classpnp-classenabledisablefunction)

Description

Specifies which functionality is being enabled or disabled.

Constants

EventGeneration

Specifies that event generation is being enabled or disabled.

DataBlockCollection

Specifies that data block collection is being enabled or disabled.

Remarks

See also