Hackery.ProcessUtils.NtQueryInformationProcess C# (CSharp) Метод

NtQueryInformationProcess() приватный Метод

private NtQueryInformationProcess ( IntPtr processHandle, int processInformationClass, ProcessUtils &processInformation, int processInformationLength, int &returnLength ) : int
processHandle System.IntPtr
processInformationClass int
processInformation ProcessUtils
processInformationLength int
returnLength int
Результат int
        private static extern int NtQueryInformationProcess(IntPtr processHandle, int processInformationClass, ref ProcessUtils processInformation, int processInformationLength, out int returnLength);