Trait windows::Win32::System::SecurityCenter::IWscProduct_Impl

pub trait IWscProduct_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn ProductName(&self) -> Result<BSTR>;
    fn ProductState(&self) -> Result<WSC_SECURITY_PRODUCT_STATE>;
    fn SignatureStatus(&self) -> Result<WSC_SECURITY_SIGNATURE_STATUS>;
    fn RemediationPath(&self) -> Result<BSTR>;
    fn ProductStateTimestamp(&self) -> Result<BSTR>;
    fn ProductGuid(&self) -> Result<BSTR>;
    fn ProductIsDefault(&self) -> Result<BOOL>;
}

Required Methods§

fn ProductName(&self) -> Result<BSTR>

fn ProductState(&self) -> Result<WSC_SECURITY_PRODUCT_STATE>

fn SignatureStatus(&self) -> Result<WSC_SECURITY_SIGNATURE_STATUS>

fn RemediationPath(&self) -> Result<BSTR>

fn ProductStateTimestamp(&self) -> Result<BSTR>

fn ProductGuid(&self) -> Result<BSTR>

fn ProductIsDefault(&self) -> Result<BOOL>

Object Safety§

This trait is not object safe.

Implementors§