Struct windows_sys::Win32::System::Diagnostics::Debug::DebugPropertyInfo
[−]#[repr(C)]pub struct DebugPropertyInfo {
pub m_dwValidFields: u32,
pub m_bstrName: BSTR,
pub m_bstrType: BSTR,
pub m_bstrValue: BSTR,
pub m_bstrFullName: BSTR,
pub m_dwAttrib: u32,
pub m_pDebugProp: IDebugProperty,
}Expand description
Required features: ‘Win32_System_Diagnostics_Debug’, ‘Win32_Foundation’
Fields
m_dwValidFields: u32m_bstrName: BSTRm_bstrType: BSTRm_bstrValue: BSTRm_bstrFullName: BSTRm_dwAttrib: u32m_pDebugProp: IDebugProperty