Language

IBDA_WMDRMSession::GetKeyInfo Method

[This documentation is preliminary and is subject to change.]
Gets a list of the active key IDs for this media transform device (MTD).

Syntax

HRESULT GetKeyInfo(
  [in, out]  ULONG *pbKeyInfo,
  [in, out]  BYTE *pbKeyInfo
);

Parameters

  • pbKeyInfo [in, out]
    On input, specifies the number of bytes in the pbOutXmrLicense array. On output, receives the size of the data in the array.

  • pbKeyInfo [in, out]
    Pointer to a byte array, allocated by the caller, that receives an array of the key IDs for the active licenses in the MTD. Each key ID is a GUID value.

Return Value

If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Client Requires Windows 7.
IDL Declared in Bdaiface.idl.

See Also

IBDA_WMDRMSession

Send comments about this topic to Microsoft

Build date: 12/4/2008