diff options
author | midipix <writeonce@midipix.org> | 2019-06-10 11:52:26 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-06-10 11:52:26 +0000 |
commit | baceb0cc712831f7962521ebe22fa2b714184911 (patch) | |
tree | 4308ff05306245df018f5070d2a4b0267a06b50f /include | |
parent | e40843a6eca9c47b2f0ca008c42782e096722aa9 (diff) | |
download | ntapi-baceb0cc712831f7962521ebe22fa2b714184911.tar.bz2 ntapi-baceb0cc712831f7962521ebe22fa2b714184911.tar.xz |
ntapi_tt_open_physical_parent_directory(): remove buffer alignment requirement.
Diffstat (limited to 'include')
-rw-r--r-- | include/ntapi/nt_file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ntapi/nt_file.h b/include/ntapi/nt_file.h index cb27bdf..e1f3e1a 100644 --- a/include/ntapi/nt_file.h +++ b/include/ntapi/nt_file.h @@ -1206,7 +1206,7 @@ typedef int32_t __stdcall ntapi_tt_open_logical_parent_directory( typedef int32_t __stdcall ntapi_tt_open_physical_parent_directory( __out void ** hparent, __in void * hdir, - __out uintptr_t * buffer, + __out void * buffer, __in uint32_t buffer_size, __in uint32_t oattr, __in uint32_t desired_access, |