IDVDROM::Bind (Windows CE 5.0)
This method saves the path to the root of the DVD ROM.
HRESULT Bind(UNICODE_PATH path );
Parameters
- path
[in] Valid UNICODE_PATH to the DVD ROM root.
Return Values
If the function succeeds, the return value is S_OK.
If the method fails, the return value is E_FAIL.
Remarks
The IDVDUserOperation interfaces are not protected against use if IDVDROM::Bind fails. You can get access violation errors if you do not make sure that all the steps in your initialization sequence are successful.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Dvddata.h.
Link Library: Ddvduuid.lib.
See Also
Send Feedback on this topic to the authors