Поделиться через


CUtlProps::SetPropValue

Sets a property in a property set.

HRESULT SetPropValue(
   const GUID* pguidPropSet,
   DBPROPID dwPropId,
   VARIANT* pvValue 
);

Параметры

  • pguidPropSet
    [in] The GUID for the PropSet.

  • dwPropId
    [in] The property index.

  • pvValue
    [in] A pointer to a variant that contains the new property value.

Возвращаемое значение

Failure on failure and S_OK if successful.

Требования

Header: atldb.h

См. также

Основные понятия

CUtlProps Class

CUtlProps Members