table of contents
other versions
- wheezy 1.4.1-4
FBadPropTag(3w) | Wine API | FBadPropTag(3w) |
NAME¶
FBadPropTag (MAPI32.179)SYNOPSIS¶
ULONG FBadPropTag(
ULONG ulPropTag
)
DESCRIPTION¶
Determine if a property tag is invalid.PARAMS¶
ulPropTag [In] Property tag to check.RETURNS¶
TRUE, if ulPropTag is invalid, FALSE otherwise.IMPLEMENTATION¶
Declared in "mapival.h". Implemented in "dlls/mapi32/prop.c". Debug channel "mapi".Oct 2012 | Wine API |