From 5d7f04b12d74098966e9cf47e9ded29ec8b74ceb Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 6 Jun 2020 13:35:45 +0000 Subject: __ntapi_tt_string_to_guid_utf8(): initial implementation and integration. --- include/ntapi/nt_guid.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/ntapi/nt_guid.h') diff --git a/include/ntapi/nt_guid.h b/include/ntapi/nt_guid.h index 2c27f23..d688985 100644 --- a/include/ntapi/nt_guid.h +++ b/include/ntapi/nt_guid.h @@ -34,4 +34,8 @@ typedef int32_t __fastcall ntapi_tt_string_to_guid_utf16( __in const nt_guid_str_utf16 * guid_str, __out nt_guid * guid); +typedef int32_t __fastcall ntapi_tt_string_to_guid_utf8( + __in const char * guid_str, + __out nt_guid * guid); + #endif -- cgit v1.2.3