IDvdControl2::SetOption method
The SetOption method enables or disables an internal behavior flag on the DVD Navigator filter.
Syntax
HRESULT SetOption( [in] DVD_OPTION_FLAG flag, [in] BOOL bEnable );
Parameters
- flag [in]
-
Specifies which behavior to modify, as a member of the DVD_OPTION_FLAG enumeration type.
- bEnable [in]
-
Specifies the new value of the option given in the flag parameter.
Note This parameter is a BOOL type, but some options treat this parameter as a numeric value, not a Boolean value. For details, see the DVD_OPTION_FLAG reference page.
Return value
Returns one of the following values.
| Return code | Description |
|---|---|
|
Success. |
|
Invalid flag. |
Remarks
Call SetOption with the desired flags immediately after creating an instance of the DVD Navigator and whenever you want to change any behaviors.
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 |
|---|---|
| None | All |
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
See also