NAME

DdeCmpStringHandles  (USER32.@)

SYNOPSIS

 INT DdeCmpStringHandles
 (
  HSZ hsz1,
  HSZ hsz2
 )

DESCRIPTION

Compares the value of two string handles. This comparison is not case sensitive.

PARAMS

hsz1 [In] Handle to the first string.
hsz2 [In] Handle to the second string.

RETURNS

-1 The value of hsz1 is zero or less than hsz2 0 The values of hsz 1 and 2 are the same or both zero. 1 The value of hsz2 is zero of less than hsz1

IMPLEMENTATION

Declared in "include/ddeml.h". gitlab.winehq.org/wine/wine/blob/master/include/ddeml.h

Implemented in "dlls/user32/dde_misc.c". gitlab.winehq.org/wine/wine/blob/master/dlls/user32/dde_misc.c

Debug channel "ddeml".


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