DdeCmpStringHandles(3w)
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
Defined in "ddeml.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/user32/dde_misc.c".
- Debug channel "ddeml".