AUDIORESOURCEMANAGEMENT_RESOURCEGROUP - NtDoc

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

typedef struct {
  BOOL  ResourceGroupAcquired;
  WCHAR ResourceGroupName[MAX_RESOURCEGROUPID_LENGTH];
} AUDIORESOURCEMANAGEMENT_RESOURCEGROUP, *PAUDIORESOURCEMANAGEMENT_RESOURCEGROUP;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ksmedia-audioresourcemanagement_resourcegroup)

Description

This topic describes the AUDIORESOURCEMANAGEMENT_RESOURCEGROUP structure.

Members

ResourceGroupAcquired

Defines the BOOL member ResourceGroupAcquired.

ResourceGroupName

Defines the WCHAR member ResourceGroupName.

Remarks

See also