Scroll to navigation

FBadProp(3w) Wine API FBadProp(3w)

NAME

FBadProp (MAPI32.181)

SYNOPSIS

ULONG FBadProp
(
LPSPropValue lpProp
)
 

DESCRIPTION

Determine if a property is invalid.
 

PARAMS

lpProp [In] Property to check.
 

RETURNS

TRUE, if lpProp is invalid, FALSE otherwise.
 

IMPLEMENTATION

Declared in "mapival.h".
Implemented in "dlls/mapi32/prop.c".
Debug channel "mapi".
Oct 2012 Wine API