IBDA_DeviceControl::CommitChanges
Microsoft DirectShow 9.0 |
IBDA_DeviceControl::CommitChanges
The CommitChanges method instructs the device to perform the changes specified in the previous call to StartChanges.
Syntax
HRESULT CommitChanges();
Parameters
This method takes no parameters.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Requirements
Header: Include bdaiface.h.
See Also