.
The RealGetWindowClass API
8/3/2010 12:48:09 PM - Patrick Porter-205.145.107.100
.
static extern uint RealGetWindowClass(IntPtr hwnd, [Out] StringBuilder pszType,
.
Private Shared Function RealGetWindowClass(ByVal hWnd As IntPtr, _
.
public static string RealGetWindowClassM(IntPtr hWnd)
.
RealGetWindowClass(hWnd, pszType, (UInt32)pszType.Capacity);
.