父节点
bffb93b58c
当前提交
5c5f0a6df9
@ -11,6 +11,19 @@
|
||||
|
||||
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
|
||||
INT
|
||||
BlStringCompareInsensitive(IN PUCHAR String1,
|
||||
|
正在加载...
x
在新工单中引用
屏蔽一个用户