NAME

LpValFindProp  (MAPI32.173)

SYNOPSIS

 LPSPropValue LpValFindProp
 (
  ULONG        ulPropTag,
  ULONG        cValues,
  LPSPropValue lpProps
 )

DESCRIPTION

Find a property with a given property Id in a property array.

PARAMS

ulPropTag [In] Property tag containing property Id to find.
cValues [In] Number of properties in lpProps.
lpProps [In] Property array to search.

RETURNS

A pointer to the matching property, or NULL if none was found.

NOTES

This function matches only on the property Id and does not care if the property types differ.

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.