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.

IMPLEMENTATION

Declared in "mapiutil.h". https://source.winehq.org/source/include/mapiutil.h

Implemented in "dlls/mapi32/prop.c". https://source.winehq.org/source/dlls/mapi32/prop.c

Debug channel "mapi".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.