Trait windows::Win32::System::GroupPolicy::IGPMAsyncProgress_Impl
pub trait IGPMAsyncProgress_Impl: Sized + IDispatch_Impl {
// Required method
fn Status(
&self,
lprogressnumerator: i32,
lprogressdenominator: i32,
hrstatus: HRESULT,
presult: *const VARIANT,
ppigpmstatusmsgcollection: Option<&IGPMStatusMsgCollection>,
) -> Result<()>;
}
Required Methods§
fn Status( &self, lprogressnumerator: i32, lprogressdenominator: i32, hrstatus: HRESULT, presult: *const VARIANT, ppigpmstatusmsgcollection: Option<&IGPMStatusMsgCollection>, ) -> Result<()>
Object Safety§
This trait is not object safe.