DdeCmpStringHandles.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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".

Debug channel "ddeml".