Share via


IBDA_DeviceControl::CheckChanges method (bdaiface.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

The CheckChanges method queries the device filter as to whether the changes that are pending would succeed if they were committed.

Syntax

HRESULT CheckChanges();

Return value

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

This method provides a means to determine whether a particular set of changes would be successful, without actually modifying any parameters on the device.

Requirements

   
Target Platform Windows
Header bdaiface.h

See also

Error and Success Codes

IBDA_DeviceControl Interface