[DllImport("user32.dll", ExactSpelling=true)]
static extern IntPtr GetAncestor(IntPtr hwnd, GetAncestor_Flags gaFlags);
<DllImport("user32.dll", ExactSpelling:=True)> _
Private Shared Function GetAncestor(ByVal hwnd As IntPtr, ByVal gaFlags As GetAncestor_Flags) As IntPtr
End Function
None.
Please add some!
Please add some!
Do you know one? Please contribute it!