Language
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[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
Send comments about this topic to Microsoft
Build date: 12/4/2008