Previous Topic: Interface IWgnImportConnectorResultNext Topic: Method GetDeferredCompletion


Method GetProcessingResult

Use this method to get the HRESULT processing result code.

The ProcessingResult property will be set to WGN_S_ACTIVEIMPORT_SAVE_DEFERRED if the processing has been successful and the client is now required to commit or rollback the event. This will only be the case if the allowDeferredCompletion parameter to ImportObject() or ImportObjectAsync() was set to TRUE.

HRESULT GetProcessingResult(
    [out]    long    *pVal);