Struct windows_sys::Win32::System::Diagnostics::Debug::OUTPUT_DEBUG_STRING_INFO
[−]#[repr(C)]pub struct OUTPUT_DEBUG_STRING_INFO {
pub lpDebugStringData: PSTR,
pub fUnicode: u16,
pub nDebugStringLength: u16,
}Expand description
Required features: ‘Win32_System_Diagnostics_Debug’, ‘Win32_Foundation’
Fields
lpDebugStringData: PSTRfUnicode: u16nDebugStringLength: u16