다음을 통해 공유


CUtlProps::GetPropValue

Gets a property from a property set.

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

매개 변수

  • pguidPropSet
    [in] The GUID for the PropSet.

  • dwPropId
    [in] The property index.

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

반환 값

Failure on failure and S_OK if successful.

요구 사항

Header: atldb.h

참고 항목

참조

CUtlProps 클래스