IDVDDomain::GetSpace (Windows Embedded CE 6.0)
1/6/2010
This method returns a bitmask indicating all of the spaces to that contain the current domain.
Syntax
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 Value
This method always succeeds. The return value is S_OK.
Requirements
Header | dvdata.h, dvdata.idl |
Library | Ddvdids.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |