#[repr(C, packed(1))]pub struct IMEDLG {
pub cbIMEDLG: i32,
pub hwnd: HWND,
pub lpwstrWord: PWSTR,
pub nTabId: i32,
}Expand description
Required features: ‘Win32_UI_Input_Ime’, ‘Win32_Foundation’
Fields
cbIMEDLG: i32hwnd: HWNDlpwstrWord: PWSTRnTabId: i32