Scroll to navigation

FBadRowSet(3w) Wine API FBadRowSet(3w)

NAME

FBadRowSet (MAPI32.177)

SYNOPSIS

BOOL FBadRowSet
(
LPSRowSet lpRowSet
)
 

DESCRIPTION

Determine if a row is invalid.
 

PARAMS

lpRow [In] Row to check.
 

RETURNS

TRUE, if lpRow is invalid, FALSE otherwise.
 

IMPLEMENTATION

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