AdvancedLauncher.Tools.NativeMethods.NtQueryInformationProcess C# (CSharp) Метод

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

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