Struct windows_sys::Win32::System::Diagnostics::Debug::DEBUG_GET_TEXT_COMPLETIONS_IN
#[repr(C)]pub struct DEBUG_GET_TEXT_COMPLETIONS_IN {
pub Flags: u32,
pub MatchCountLimit: u32,
pub Reserved: [u64; 3],
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields§
§Flags: u32
§MatchCountLimit: u32
§Reserved: [u64; 3]