Hackery.ProcessUtils.NtQueryInformationProcess C# (CSharp) Méthode

NtQueryInformationProcess() private méthode

private NtQueryInformationProcess ( IntPtr processHandle, int processInformationClass, ProcessUtils &processInformation, int processInformationLength, int &returnLength ) : int
processHandle System.IntPtr
processInformationClass int
processInformation ProcessUtils
processInformationLength int
returnLength int
Résultat int
        private static extern int NtQueryInformationProcess(IntPtr processHandle, int processInformationClass, ref ProcessUtils processInformation, int processInformationLength, out int returnLength);