Share via


IDVDDomain::GetSpace (Windows CE 5.0)

Send Feedback

This method returns a bitmask indicating all of the spaces to that contain the current domain.

HRESULT GetSpace(UINT8* pSpaceSet );

Parameters

  • pSpaceSet
    [out] Returns the bitmask for the DVD space.

    The returned bitmask is a logical OR of DVD_SYSTEM_SPACE_BIT, DVD_MENU_SPACE_BIT, DVD_VMG_SPACE_BIT, and DVD_VTS_SPACE_BIT, see DVD-Video API Macros.

Return Values

This method always succeeds. The return value is S_OK.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Dvdata.h, Dvdata.idl.
Link Library: Ddvdids.lib.

See Also

IDVDDomain | DVD-Video API Macros

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.