We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d491ea commit 6155062Copy full SHA for 6155062
phlib/include/phnative.h
@@ -1085,6 +1085,14 @@ PhGetFileBasicInformation(
1085
_Out_ PFILE_BASIC_INFORMATION BasicInfo
1086
);
1087
1088
+PHLIBAPI
1089
+NTSTATUS
1090
+NTAPI
1091
+PhSetFileBasicInformation(
1092
+ _In_ HANDLE FileHandle,
1093
+ _In_ PFILE_BASIC_INFORMATION BasicInfo
1094
+ );
1095
+
1096
PHLIBAPI
1097
NTSTATUS
1098
NTAPI
0 commit comments