Share via


IDVDROM::Bind

This method saves the path to the root of the DVD ROM.

HRESULT Bind(
  UNICODE_PATH path 
);

Parameters

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

IDVDROM::UnBind

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.