CPropertyAccessor::GetValue

void CPropertyAccessor::GetValue(const _SourceClass* pObj, VARIANT& propVal)

Retrieve a property value.

Defined in: PropAccessor.h

Return Value

void

Parameters

pObj

Pointer to the object on which to invoke the get function on.

propVal

Output parameter to receive the property value.

Comments

This function invokes the get function on the given source object in order to retrieve the value.