'Declaration
Public Shared Function FindWindowEx( _ ByVal hwndParent As System.IntPtr, _ ByVal hwndChildAfter As System.IntPtr, _ ByVal className As System.String, _ ByVal windowName As System.String _ ) As System.IntPtr
'Usage
Dim hwndParent As System.IntPtr Dim hwndChildAfter As System.IntPtr Dim className As System.String Dim windowName As System.String Dim value As System.IntPtr value = NUser32.FindWindowEx(hwndParent, hwndChildAfter, className, windowName)
public static System.IntPtr FindWindowEx( System.IntPtr hwndParent, System.IntPtr hwndChildAfter, System.string className, System.string windowName )
Parameters
- hwndParent
- hwndChildAfter
- className
- windowName