Platform SDK: Exchange Server |
The Config method initializes the collector in preparation to import changes from the synchronizer.
HRESULT Config( LPSTREAM * lpStream, ULONG ulFlags );
See Return Values.
In addition, Config can return one of the following values:
The Config method is called once by the agent to initialize the collector. Some collectors can use the Win32 IStream interface where the lpStream parameter points to maintain a cross-reference of source keys and their corresponding internal identifiers. Maintaining this cross-reference enables more efficient deletions when an object is created and deleted before synchronization occurs.
IExchangeExportChanges::Config, IExchangeImportHierarchyChanges