Struct windows_sys::Win32::UI::Notifications::NOTIFICATION_USER_INPUT_DATA
#[repr(C)]pub struct NOTIFICATION_USER_INPUT_DATA {
pub Key: PCWSTR,
pub Value: PCWSTR,
}Expand description
Required features: "Win32_UI_Notifications"
Fields§
§Key: PCWSTR§Value: PCWSTR