summaryrefslogtreecommitdiffhomepage
path: root/src/string/ntapi_tt_uintptr_to_hex_utf16.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/ntapi_tt_uintptr_to_hex_utf16.c')
-rw-r--r--src/string/ntapi_tt_uintptr_to_hex_utf16.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/string/ntapi_tt_uintptr_to_hex_utf16.c b/src/string/ntapi_tt_uintptr_to_hex_utf16.c
index 0afe43d..85909b7 100644
--- a/src/string/ntapi_tt_uintptr_to_hex_utf16.c
+++ b/src/string/ntapi_tt_uintptr_to_hex_utf16.c
@@ -36,6 +36,7 @@ static void __fastcall __ntapi_tt_uint_to_hex_utf16(
}
+__attr_protected__
void __fastcall __ntapi_tt_uint16_to_hex_utf16(
__in const uint32_t key,
__out wchar16_t * formatted_key)
@@ -47,6 +48,7 @@ void __fastcall __ntapi_tt_uint16_to_hex_utf16(
}
+__attr_protected__
void __fastcall __ntapi_tt_uint32_to_hex_utf16(
__in const uint32_t key,
__out wchar16_t * formatted_key)
@@ -58,6 +60,7 @@ void __fastcall __ntapi_tt_uint32_to_hex_utf16(
}
+__attr_protected__
void __fastcall __ntapi_tt_uint64_to_hex_utf16(
__in const uint64_t key,
__out wchar16_t * formatted_key)
@@ -69,6 +72,7 @@ void __fastcall __ntapi_tt_uint64_to_hex_utf16(
}
+__attr_protected__
void __fastcall __ntapi_tt_uintptr_to_hex_utf16(
__in const uintptr_t key,
__out wchar16_t * formatted_key)