summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_port.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ntapi/nt_port.h')
-rw-r--r--include/ntapi/nt_port.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/ntapi/nt_port.h b/include/ntapi/nt_port.h
index 4cd330e..5978802 100644
--- a/include/ntapi/nt_port.h
+++ b/include/ntapi/nt_port.h
@@ -337,4 +337,19 @@ typedef void __stdcall ntapi_tt_port_name_from_attributes(
__out nt_port_name * name,
__in nt_port_attr * attr);
+
+typedef int32_t __stdcall ntapi_tt_port_attr_from_name(
+ __out nt_port_attr * attr,
+ __in const nt_port_name * name);
+
+
+typedef int32_t __stdcall ntapi_tt_port_attr_from_string(
+ __out nt_port_attr * attr,
+ __in const nt_unicode_string*str);
+
+
+typedef int32_t __stdcall ntapi_tt_port_attr_from_symlink(
+ __out nt_port_attr * attr,
+ __in void * symlink);
+
#endif