Scroll to navigation

FBadColumnSet(3w) Wine API FBadColumnSet(3w)

NAME

FBadColumnSet (MAPI32.182)

SYNOPSIS

ULONG FBadColumnSet
(
LPSPropTagArray lpCols
)
 

DESCRIPTION

Determine if an array of property tags is invalid.
 

PARAMS

lpCols [In] Property tag array to check.
 

RETURNS

TRUE, if lpCols is invalid, FALSE otherwise.
 

IMPLEMENTATION

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