| Microsoft DirectX 8.1 (C++) |
The get_Enable method retrieves whether the input is enabled.
Syntax
HRESULT get_Enable(
BOOL *pfEnable
);
Parameters
pfEnable
[in] Pointer to a variable that receives one of the following values.
| Value | Description |
| TRUE | Input is enabled. |
| FALSE | Input is disabled. |
Return Values
Returns an HRESULT value. Possible values include the following.
| Return code | Description |
| S_OK | Success. |
| E_NOTIMPL | Not implemented. |
| E_POINTER | NULL pointer argument. |
Remarks
This method applies to specific input pins on the Audio Capture Filter, so the filter itself returns E_NOTIMPL.
See Also