![]() |
| Previous | Next |
The ReconfigStream method enables changes made to a stream configuration to be included in the profile.
Syntax
HRESULT ReconfigStream(
IWMStreamConfig* pConfig
);
Parameters
pConfig
[in] Pointer to an IWMStreamConfig object.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
| Return code | Description |
| E_UNEXPECTED | Failed for an unspecified reason. |
| NS_E_INVALIDSTREAM | Working on a NULL or invalid stream. |
Remarks
Updating an IWMStreamConfig object has no effect on the profile until you call ReconfigStream.
See Also
| Previous | Next |