FPropExists (MAPI32.137)
BOOL FPropExists ( LPMAPIPROP lpIProp, ULONG ulPropTag )
Find a property with a given property tag in an IMAPIProp object.
lpIProp | [In] | IMAPIProp object to find the property tag in. |
ulPropTag | [In] | Property tag to find. |
TRUE, if ulPropTag matches a property held in lpIProp, FALSE, otherwise.
if ulPropTag has a property type of PT_UNSPECIFIED, then only the property Ids need to match for a successful match to occur.
Declared in "include/mapiutil.h". gitlab.winehq.org/wine/wine/blob/master/include/mapiutil.h
Implemented in "dlls/mapi32/prop.c". gitlab.winehq.org/wine/wine/blob/master/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 Nov 2024.