Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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