Compartilhar via


IProviderSyncServices::Initialize

Initializes the IProviderSyncServices object. This method must be called before any of the other IProviderSyncServices methods.

HRESULT Initialize(
  const ID_PARAMETERS * pIdParameters);

Parâmetros

  • pIdParameters
    [in] The ID format schema of the provider.

Valor de retorno

  • S_OK

  • E_OUTOFMEMORY

  • SYNC_E_INVALID_OPERATION when this object is already initialized.

  • SYNC_E_ID_FORMAT_MISMATCH when the ID format schema specified by pIdParameters is not valid.

Comentários

Any object thatis created by using an IProviderSyncServices method contains pIdParameters as its ID format schema.

Consulte também

Referência

Interface IProviderSyncServices
Estrutura ID_PARAMETERS