diff options
author | midipix <writeonce@midipix.org> | 2017-07-30 21:21:21 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-07-31 08:43:35 -0400 |
commit | 6d572660b22e7ef9b07b2b380aca88fa949127b3 (patch) | |
tree | 2b809b027b646c17e318192be3495db3dbc1dd3f /include | |
parent | d9d1789535a1ef6b0bc6dde9fba721ac923fe86c (diff) | |
download | ntapi-6d572660b22e7ef9b07b2b380aca88fa949127b3.tar.bz2 ntapi-6d572660b22e7ef9b07b2b380aca88fa949127b3.tar.xz |
subsystem interfaces: normalized port name helper functions.
Diffstat (limited to 'include')
-rw-r--r-- | include/ntapi/nt_port.h | 2 | ||||
-rw-r--r-- | include/ntapi/ntapi.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/ntapi/nt_port.h b/include/ntapi/nt_port.h index 5978802..dcf1b4f 100644 --- a/include/ntapi/nt_port.h +++ b/include/ntapi/nt_port.h @@ -333,7 +333,7 @@ typedef void __stdcall ntapi_tt_port_format_keys( __out nt_port_name_keys * name_keys); -typedef void __stdcall ntapi_tt_port_name_from_attributes( +typedef void __stdcall ntapi_tt_port_name_from_attr( __out nt_port_name * name, __in nt_port_attr * attr); diff --git a/include/ntapi/ntapi.h b/include/ntapi/ntapi.h index b5cf1bf..a3d514e 100644 --- a/include/ntapi/ntapi.h +++ b/include/ntapi/ntapi.h @@ -475,7 +475,7 @@ typedef struct _ntapi_vtbl { ntapi_tt_port_type_from_guid * tt_port_type_from_guid; ntapi_tt_port_generate_keys * tt_port_generate_keys; ntapi_tt_port_format_keys * tt_port_format_keys; - ntapi_tt_port_name_from_attributes * tt_port_name_from_attributes; + ntapi_tt_port_name_from_attr * tt_port_name_from_attr; ntapi_tt_port_attr_from_name * tt_port_attr_from_name; ntapi_tt_port_attr_from_string * tt_port_attr_from_string; ntapi_tt_port_attr_from_symlink * tt_port_attr_from_symlink; |