public class Win32 
{
	[DllImport("user32.dll",SetLastError=true)]
	public static extern int  LoadKeyboardLayoutA(String pwszKLID,int  Flags);
}
