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 "dlls/user32/dde_misc.c". source.winehq.org/source/dlls/user32/dde_misc.c

Debug channel "ddeml".


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