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.

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

Reference

IPerPropertyBrowsingImpl Class

Other Resources

IPerPropertyBrowsingImpl Members