hab (HAB) - input

      Anchor-block handle.

    idCodepage (ULONG) - input

      Code page identity of both strings.

      If idCodepage is set to 0, the current code page of the caller is used.

    idCountryCode (ULONG) - input

      Country code.

      If idCountryCode is set to 0, the country information for the default system country code is used.

    pszString1 (PSZ) - input

      String 1.

    pszString2 (PSZ) - input

      String 2.

    ulReserved (ULONG) - input

      Reserved value, should be 0.

    ulResult (ULONG) - returns

      Comparison result.

      WCS_EQ

        Strings are equal
      WCS_LT
        String 1 is less than string 2
      WCS_GT
        String 1 is greater than string 2
      WCS_ERROR
        Error occurred.


      [Back] [Next]