Skip to content

Commit 6155062

Browse files
committed
Export PhSetFileBasicInformation
1 parent 2d491ea commit 6155062

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

phlib/include/phnative.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,6 +1085,14 @@ PhGetFileBasicInformation(
10851085
_Out_ PFILE_BASIC_INFORMATION BasicInfo
10861086
);
10871087

1088+
PHLIBAPI
1089+
NTSTATUS
1090+
NTAPI
1091+
PhSetFileBasicInformation(
1092+
_In_ HANDLE FileHandle,
1093+
_In_ PFILE_BASIC_INFORMATION BasicInfo
1094+
);
1095+
10881096
PHLIBAPI
10891097
NTSTATUS
10901098
NTAPI

0 commit comments

Comments
 (0)