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.
This method sets the value of a property on a moniker.
HRESULT PutProperty(MONIKERPROPERTYmkp,LPCWSTRval);
Parameters
- mkp
[in] MONIKERPROPERTY enumerated type value that specifies the property to set on the moniker. - val
[in] String value that specifies the value to set.
Return Values
Returns S_OK if successful or an error value otherwise.
Remarks
Urlmon.dll queries a persistent moniker, such as a MIME handler, for the IMonikerProp interface. If it is implemented, Urlmon.dll calls the IMonikerProp::PutProperty method to pass information, such as the MIME type, about the moniker.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
Link Library: Urlmon.lib.
Send Feedback on this topic to the authors