Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft DirectShow 9.0 |
IDvdInfo::GetCurrentDomain
- Note The IDvdInfo interface is deprecated. Use IDvdInfo2 instead.
Retrieves the current DVD ___domain of the DVD player.
Syntax
HRESULT GetCurrentDomain( DVD_DOMAIN *pDomain );
Parameters
pDomain
[out] Pointer to the current ___domain that is a member of the DVD_DOMAIN enumerated type.
Return Value
Returns an HRESULT value .
Return code | Description |
S_OK | Success. |
VFW_E_DVD_OPERATION_INHIBITED | Requested action cannot occur at this point in the movie due to the authoring of the current DVD-Video disc. |
Remarks
This method is valid in any ___domain. For more information, see DVD_DOMAIN.
Requirements
Reference: Dshow.h.
Library: Quartz.dll.
See Also