IDVDROM::Bind (Windows Embedded CE 6.0)
1/6/2010
This method saves the path to the root of the DVD ROM.
Syntax
HRESULT Bind(
UNICODE_PATH path
);
Parameters
- path
[in] Valid UNICODE_PATH to the DVD ROM root.
Return Value
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
Header | Dvddata.h |
Library | Ddvduuid.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |