From e29bcec693268225f9e66aaa13d1e3a54f55c18f Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 15 May 2018 19:05:43 +0000 Subject: string interfaces: __ntapi_tt_aligned_block_memlock(): initial integration. --- include/ntapi/nt_string.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/ntapi/nt_string.h') diff --git a/include/ntapi/nt_string.h b/include/ntapi/nt_string.h index 4fddf8f..059a7ee 100644 --- a/include/ntapi/nt_string.h +++ b/include/ntapi/nt_string.h @@ -9,7 +9,6 @@ typedef void * __cdecl ntapi_memset( int c, size_t count); - typedef int __cdecl ntapi_sprintf( char * buffer, const char * format, @@ -93,6 +92,9 @@ typedef uintptr_t * __cdecl ntapi_tt_aligned_block_memcpy( __in const uintptr_t * src, __in size_t bytes); +typedef void * __cdecl ntapi_tt_aligned_block_memlock( + __in void * block, + __in size_t bytes); typedef wchar16_t * __cdecl ntapi_tt_memcpy_utf16( __in wchar16_t * dst, -- cgit v1.2.3