This topic has not yet been rated - Rate this topic

IOCTL_DVD_SEND_KEY control code

Sends the specified key to a DVD device to complete the related step in an authentication sequence.

This IOCTL has only read access to the device and cannot send keys that make alterations to the hardware configuration. Therefore, this request is limited to sending key types DvdChallengeKey, DvdBusKey2, and DvdInvalidateAGID.

The IOCTL_DVD_SEND_KEY2 request has write access to the device and is not limited to these three key types.

For more information, see DVD_KEY_TYPE.

Input Parameters

The buffer at Irp->AssociatedIrp.SystemBuffer contains a DVD_COPY_PROTECT_KEY structure that indicates the session ID, key type, and key to be sent to the device.

Output Parameters

None

I/O Status Block

The Information field is set to zero. The Status field is set to STATUS_SUCCESS, or possibly to STATUS_INSUFFICIENT_RESOURCES.

Requirements

Header

Ntddcdvd.h (include Ntddcdvd.h)

See also

DVD_COPY_PROTECT_KEY

 

 

Send comments about this topic to Microsoft

Build date: 4/17/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.