Share via


IPerPropertyBrowsingImpl::GetPredefinedValue

 

Retrieves a VARIANT containing the value of a property identified by a given DISPID. The DISPID is associated with the string name retrieved from GetPredefinedStrings.

Syntax

      STDMETHOD(GetPredefinedValue)(
   DISPID dispID,
   DWORD dwCookie,
   VARIANT* pVarOut 
);

Return Value

Returns E_NOTIMPL.

Remarks

ATL's implementation of GetPredefinedStrings retrieves no corresponding strings.

See IPerPropertyBrowsing::GetPredefinedValue in the Windows SDK.

Requirements

Header: atlctl.h

See Also

IPerPropertyBrowsingImpl Class