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 "include/mapiutil.h". gitlab.winehq.org/wine/wine/blob/master/include/mapiutil.h

Implemented in "dlls/mapi32/util.c". gitlab.winehq.org/wine/wine/blob/master/dlls/mapi32/util.c

Debug channel "mapi".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.