ApprovalTests.Utilities.ParentProcessUtils.CreateToolhelp32Snapshot C# (CSharp) Method

CreateToolhelp32Snapshot() private method

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