Previous Topic: Interface IWgnImportConnectorDeferredCompletionNext Topic: Method SetMessageAttributes


Method SetRemoteDataLocation

Use this method to override the remote data location that was set in a call to IWgnActiveImportConnector::ImportObject() or ImportObjectAsync().

HRESULT Commit(
    [in]    LPOLESTR    messageID,
    [in]    DWORD       importSource
    );

Where:

messageID

Is the unique identifier of the message within the archive. This parameter may be NULL if no link is to be made to a remote archive.

This parameter must be set to NULL if and only if the importSource parameter is set to WGN_ACTIVEIMPORTSOURCE_NONE.

importSource

Is the archive identifier, or WGN_ACTIVEIMPORTSOURCE_NONE if there is no link to a remote archive.

More information:

Values for importSource