GetAncestor (user32)
Last changed: foamstone-96.82.78.145

.
Summary

C# Signature:

[DllImport("user32.dll", ExactSpelling=true)]
static extern IntPtr GetAncestor(IntPtr hwnd, uint gaFlags);

User-Defined Types:

const uint GA_PARENT = 1;
const uint GA_ROOT = 2;
const uint GA_ROOTOWNER = 3;

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
GetAncestor on MSDN