// ksmedia.h
typedef struct {
BOOL ResourceGroupAcquired;
WCHAR ResourceGroupName[MAX_RESOURCEGROUPID_LENGTH];
} AUDIORESOURCEMANAGEMENT_RESOURCEGROUP, *PAUDIORESOURCEMANAGEMENT_RESOURCEGROUP;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the AUDIORESOURCEMANAGEMENT_RESOURCEGROUP structure.
ResourceGroupAcquiredDefines the BOOL member ResourceGroupAcquired.
ResourceGroupNameDefines the WCHAR member ResourceGroupName.