GUIDREGINFO - NtDoc

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

typedef struct {
  GUID  Guid;
  ULONG InstanceCount;
  ULONG Flags;
} GUIDREGINFO, *PGUIDREGINFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-classpnp-guidreginfo)

Description

The GUIDREGINFO structure contains GUID registration information.

Members

Guid

Specifies the GUID to register.

InstanceCount

Specifies the count of instances of data block.

Flags

Additional flags, for more information see the WMIREGINFOW structure (wmistr.h).

Remarks

See also