Share via


WMDMID

banner art

The WMDMID structure describes serial numbers and group IDs.

Syntax

typedef struct __WMDMID{
  UINT  cbSize;
  DWORD  dwVendorID;
  BYTE  pID[WMDMID_LENGTH];
  UINT  SerialNumberLength;
} WMDMID, *PWMDMID;

Members

cbSize

Size of the WMDMID structure, in bytes.

dwVendorID

DWORD containing the registered ID number of the vendor. Contains zero if not in use.

pID[WMDMID_LENGTH]

Pointer to an array of bytes containing the serial number. The WMDMID_LENGTH is defined as CONSTANT and equals 128.

SerialNumberLength

Actual length of the serial number returned, in bytes.

Requirements

Header: Defined in wmdm.idl.

Library: mssachlp.lib

See Also