HrSetOneProp(3w)
NAME
HrSetOneProp (MAPI32.136)
SYNOPSIS
HRESULT HrSetOneProp ( LPMAPIPROP lpIProp, LPSPropValue lpProp )
DESCRIPTION
Set a property value in an IMAPIProp object.
PARAMS
lpIProp [In] IMAPIProp object to set the property value in.
lpProp [In] Property value to set.
RETURNS
Success: S_OK. The value in lpProp is set in lpIProp.
Failure: An error result from IMAPIProp_SetProps(3w).
IMPLEMENTATION
Defined in "mapiutil.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/mapi32/prop.c".
- Debug channel "mapi".