Share via


ISyncKnowledge2::GetIdParameters

Gets the ID format schema of the provider.

HRESULT GetIdParameters(
  ID_PARAMETERS * pIdParameters);

Parameters

  • pIdParameters
    [out] Returns the ID format schema of the provider.

Return Value

  • S_OK

  • E_INVALIDARG when the dwSize member of pIdParameters is not equal to sizeof(ID_PARAMETERS).

  • E_POINTER

See Also

Reference

ISyncKnowledge2 Interface