Skip to content

Commit 7ad0787

Browse files
committed
chore: sort NativeMethods.txt contents
1 parent bfb841b commit 7ad0787

File tree

1 file changed

+20
-11
lines changed

1 file changed

+20
-11
lines changed

deadlock-dotnet-sdk/NativeMethods.txt

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,19 @@ RmEndSession
5050
RmGetList
5151
RmRegisterResources
5252
RmStartSession
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 ////
5568
MEMORY_BASIC_INFORMATION32
@@ -61,6 +74,7 @@ PROCESS_BASIC_INFORMATION
6174
PROCESSINFOCLASS
6275

6376
//// System.WindowsProgramming ////
77+
LDR_DATA_TABLE_ENTRY
6478
PUBLIC_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

0 commit comments

Comments
 (0)