MKI_CompareW (Strings) Changed in Version 2019.1

www.CAD6.com

C++ Syntax

int

MKI_CompareW(

 LPCWSTR f_pszText1,

 LPCWSTR f_pszText2 );

 

Compares two Unicode texts (case-insensitive).

 

Parameters

Text1

[LPCWSTR] Address of first text to be compared.

Text2

[LPCWSTR] Address of second text to be compared.

 

Return Value

Returns 0 if both texts are equal (case-insensitive), otherwise either -1 or 1, depending on how Text1 and Text2 are in alphabetical order.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH