Microsoft DirectX 9.0

MSVidWebDVD.ReturnFromSubmenu Method

This topic applies to Windows XP Service Pack 1 only.

The ReturnFromSubmenu method returns display from a submenu to its parent menu, or to the current title if the menu is a top-level menu.

Syntax

VidWebDVD.ReturnFromSubmenu

Parameters

This method takes no parameters.

Return Values

This method does not return a value.

Error Codes

If the property fails, Err.Number may be set to one of the following values.

Value Description
E_UNEXPECTED Unspecified error.
VFW_E_DVD_OPERATION_INHIBITED UOP control prohibits the operation.

Example

oVidWebDVD.ReturnFromSubmenu

Valid Domains

The following table shows the Annex J command name to which this method name corresponds, and the domains in which this method is valid.

Annex J Command Name Valid Domains
GoUP DVD_DOMAIN_VideoManagerMenu
DVD_DOMAIN_VideoTitleSetMenu
DVD_DOMAIN_Title

See Also