ApprovalTests.Utilities.ParentProcessUtils.CreateToolhelp32Snapshot C# (CSharp) 메소드

CreateToolhelp32Snapshot() 개인적인 메소드

private CreateToolhelp32Snapshot ( uint dwFlags, uint th32ProcessId ) : IntPtr
dwFlags uint
th32ProcessId uint
리턴 System.IntPtr
        private static extern IntPtr CreateToolhelp32Snapshot(uint dwFlags, uint th32ProcessId);