Share via


IBDA_DeviceControl::StartChanges 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 StartChanges method is called by a Network Provider before it begins to modify a set of properties on a BDA device filter.

Syntax

HRESULT StartChanges();

Return value

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

Remarks

The device filter validates and accumulates all changes requested after StartChanges. It makes the accumulated list of changes when CommitChanges is called.

Requirements

   
Target Platform Windows
Header bdaiface.h

See also

Error and Success Codes

IBDA_DeviceControl Interface