summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_port.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2022-10-15 17:18:13 +0000
committermidipix <writeonce@midipix.org>2022-10-15 17:54:27 +0000
commit94b7f5208ecea9895114265b525bcb1bffe6b497 (patch)
treefac2fc931f7bc770882cd70230524531335908fd /include/ntapi/nt_port.h
parent64e60696fd9cf2e8e672cebd1ed8b52b9b542606 (diff)
downloadntapi-94b7f5208ecea9895114265b525bcb1bffe6b497.tar.bz2
ntapi-94b7f5208ecea9895114265b525bcb1bffe6b497.tar.xz
__ntapi_tt_port_prefix_from_type(): initial implementation and integration.
Diffstat (limited to 'include/ntapi/nt_port.h')
-rw-r--r--include/ntapi/nt_port.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ntapi/nt_port.h b/include/ntapi/nt_port.h
index ff1cdb9..8021768 100644
--- a/include/ntapi/nt_port.h
+++ b/include/ntapi/nt_port.h
@@ -339,6 +339,12 @@ typedef int32_t __stdcall ntapi_tt_port_type_from_guid(
__in const nt_guid * guid);
+typedef int32_t __stdcall ntapi_tt_port_prefix_from_type(
+ __out wchar16_t (*prefix)[6],
+ __in nt_port_type type,
+ __in nt_port_subtype subtype);
+
+
typedef int32_t __stdcall ntapi_tt_port_generate_keys(
__out nt_port_keys * keys);