Windows Media Format SDK banner art
PreviousNext

WMDMID

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

Double word 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.

  SerialNumberLength

Actual length of the serial number returned, in bytes.

See Also

PreviousNext


© 1999 Microsoft Corporation. All rights reserved.