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". https://source.winehq.org/source/include/mapiutil.h

Implemented in "dlls/mapi32/util.c". https://source.winehq.org/source/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 Apr 2024.