.
static extern UInt32 NtSetSystemInformation(NtSystemInformation.SYSTEM_INFORMATION_CLASS InfoClass, IntPtr Info, UInt32 Length);
.
Declare Function NtSetSystemInformation Lib "ntdll.dll" (TODO) As TODO
.
result = NtSetSystemInformationKernel(InfoClass, Info, Length);
.
.
Retrieves the specified system information. Specify the information you want, a pointer to hold the results.
1/21/2017 12:42:00 AM - Polymaker-24.226.223.60
Change Windows System parameters
1/1/2015 7:10:51 PM - anonymous