SetWindowTextLength
[DllImport("user32.dll", SetLastError = true)]
public static extern int SetWindowTextLength(
IntPtr hWnd
);
Last updated
[DllImport("user32.dll", SetLastError = true)]
public static extern int SetWindowTextLength(
IntPtr hWnd
);
Last updated