Add missing routine documentation
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
bffb93b58c
commit
5c5f0a6df9
@ -11,6 +11,19 @@
|
|||||||
|
|
||||||
STATIC PUINT16 HexTable = L"0123456789abcdef";
|
STATIC PUINT16 HexTable = L"0123456789abcdef";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Compares two strings without sensitivity to case.
|
||||||
|
*
|
||||||
|
* @param String1
|
||||||
|
* First string to be compared.
|
||||||
|
*
|
||||||
|
* @param String2
|
||||||
|
* Second string to be compared.
|
||||||
|
*
|
||||||
|
* @return This routine returns a value indicating the relationship between the two strings.
|
||||||
|
*
|
||||||
|
* @since XT 1.0
|
||||||
|
*/
|
||||||
XTCDECL
|
XTCDECL
|
||||||
INT
|
INT
|
||||||
BlStringCompareInsensitive(IN PUCHAR String1,
|
BlStringCompareInsensitive(IN PUCHAR String1,
|
||||||
|
Loading…
Reference in New Issue
Block a user