AVC_UNIQUE_ID - NtDoc

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

typedef struct _AVC_UNIQUE_ID {
  GUID DeviceID;
} AVC_UNIQUE_ID, *PAVC_UNIQUE_ID;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-avc-_avc_unique_id)

_AVC_UNIQUE_ID structure

Description

The AVC_UNIQUE_ID describe the unique ID of the AV/C unit.

Members

DeviceID

A GUID representing the unit as a whole. All subunits within the same unit share the same GUID. No two units share the same GUID.

Remarks

This structure is used with the AVC_FUNCTION_GET_UNIQUE_ID function code.

This structure is used only as a member inside the AVC_MULTIFUNC_IRB structure. It is not used by itself.

See How to Use Avc.sys For information about building and sending an AV/C command.

See also

AVC_FUNCTION

AVC_FUNCTION_GET_UNIQUE_ID

AVC_MULTIFUNC_IRB