Scroll to navigation

FEqualNames(3w) Wine API FEqualNames(3w)

NAME

FEqualNames (MAPI32.72)

SYNOPSIS

BOOL FEqualNames
(
LPMAPINAMEID lpName1,
LPMAPINAMEID lpName2
)
 

DESCRIPTION

Compare two Mapi names.
 

PARAMS

lpName1 [In] First name to compare to lpName2.
lpName2 [In] Second name to compare to lpName1.
 

RETURNS

TRUE, if the names are the same, FALSE, Otherwise.
 

IMPLEMENTATION

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