We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df60c2c commit 3b466eaCopy full SHA for 3b466ea
1 file changed
NtApiDotNet/NtWindowStation.cs
@@ -25,7 +25,7 @@ namespace NtApiDotNet
25
[NtType("WindowStation")]
26
public class NtWindowStation : NtObjectWithDuplicate<NtWindowStation, WindowStationAccessRights>
27
{
28
- internal static IEnumerable<string> EnumNameList(SafeKernelObjectHandle handle)
+ private static IEnumerable<string> EnumNameList(SafeKernelObjectHandle handle)
29
30
int size = 522;
31
for (int i = 0; i < 10; ++i)
0 commit comments