From 964eed7331c807e553ec42637151fda21b5495d9 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 28 Jun 2016 15:37:43 -0400 Subject: string functions: added __ntapi_tt_strncmp_multibyte(). --- include/ntapi/nt_string.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/ntapi/nt_string.h') diff --git a/include/ntapi/nt_string.h b/include/ntapi/nt_string.h index 241bb37..d5ad05d 100644 --- a/include/ntapi/nt_string.h +++ b/include/ntapi/nt_string.h @@ -51,6 +51,11 @@ typedef int __cdecl ntapi_tt_strcmp_utf16( __in const wchar16_t * a, __in const wchar16_t * b); +typedef int __cdecl ntapi_tt_strncmp_multibyte( + __in const char * a, + __in const char * b, + __in size_t n); + typedef void __cdecl ntapi_tt_init_unicode_string_from_utf16( __out nt_unicode_string * str_dest, __in wchar16_t * str_src); -- cgit v1.2.3