Sets the value of the property specified by dispID. The predefined value is identified by the token dwCookie.

HRESULT SetPredefinedValue(
   DISPID  dispid,
   DWORD  dwCookie
);

Parameters

dispid

[in] Dispatch identifier of the property for which a predefined value is being set.

dwCookie

[in] Token identifying the value to set.

Expand imageReturn Value

Expand imageSee Also