GUIDREGINFO structure (classpnp.h)
The GUIDREGINFO structure contains GUID registration information.
typedef struct {
GUID Guid;
ULONG InstanceCount;
ULONG Flags;
} GUIDREGINFO, *PGUIDREGINFO;
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).
Requirement | Value |
---|---|
Header | classpnp.h |