table of contents
other versions
- wheezy 1.4.1-4
FPropExists(3w) | Wine API | FPropExists(3w) |
NAME¶
FPropExists (MAPI32.137)SYNOPSIS¶
BOOL FPropExists(
LPMAPIPROP lpIProp,
ULONG ulPropTag
)
DESCRIPTION¶
Find a property with a given property tag in an IMAPIProp object.PARAMS¶
lpIProp [In] IMAPIProp object to find the property tag in. ulPropTag [In] Property tag to find.RETURNS¶
TRUE, if ulPropTag matches a property held in lpIProp, FALSE, otherwise.NOTES¶
if ulPropTag has a property type of PT_UNSPECIFIED, then only the property Ids need to match for a successful match to occur.IMPLEMENTATION¶
Declared in "mapiutil.h". Implemented in "dlls/mapi32/prop.c". Debug channel "mapi".Oct 2012 | Wine API |