File tree Expand file tree Collapse file tree 1 file changed +20
-11
lines changed Expand file tree Collapse file tree 1 file changed +20
-11
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,19 @@ RmEndSession
5050RmGetList
5151RmRegisterResources
5252RmStartSession
53+ SetHandleInformation
54+
55+ //// Security ////
56+ GENERIC_MAPPING
57+
58+ //// Security.Apis ////
59+ SE_DEBUG_NAME
60+
61+ //// Storage.FileSystem ////
62+ FILE_ATTRIBUTE_TAG_INFO
63+ FILE_NAME_INFO
64+ FILE_REMOTE_PROTOCOL_INFO
65+
5366
5467//// System.Memory ////
5568MEMORY_BASIC_INFORMATION32
@@ -61,6 +74,7 @@ PROCESS_BASIC_INFORMATION
6174PROCESSINFOCLASS
6275
6376//// System.WindowsProgramming ////
77+ LDR_DATA_TABLE_ENTRY
6478PUBLIC_OBJECT_TYPE_INFORMATION
6579
6680//// does not exist in Win32Metadata ////
@@ -73,15 +87,10 @@ PUBLIC_OBJECT_TYPE_INFORMATION
7387//MEMORY_BASIC_INFORMATION
7488//VirtualQuery
7589
76- GENERIC_MAPPING
77- LDR_DATA_TABLE_ENTRY
78- RTL_CRITICAL_SECTION
90+ //// PInvoke001: Method, type or constant not found.
91+ //ProcessProtectionInformation
92+ //PS_PROTECTION
93+ //PsProtectedTypeProtected
94+ //SE_DEBUG_PRIVILEGE
7995
80- //SE_DEBUG_PRIVILEGE // PInvoke001
81- SE_DEBUG_NAME
82- //ProcessProtectionInformation // PInvoke001: Method, type or constant "ProcessProtectionInformation" not found.
83- //PS_PROTECTION // PInvoke001: Method, type or constant "PS_PROTECTION" not found.
84- //PsProtectedTypeProtected // PInvoke001: Method, type or constant "PsProtectedTypeProtected" not found
85- FILE_NAME_INFO
86- FILE_REMOTE_PROTOCOL_INFO
87- FILE_ATTRIBUTE_TAG_INFO
96+ RTL_CRITICAL_SECTION
You can’t perform that action at this time.
0 commit comments