Trait windows::Win32::Gaming::IGameStatisticsMgr_Impl
pub trait IGameStatisticsMgr_Impl: Sized {
// Required methods
fn GetGameStatistics(
&self,
gdfbinarypath: &PCWSTR,
opentype: GAMESTATS_OPEN_TYPE,
popenresult: *mut GAMESTATS_OPEN_RESULT,
ppistats: *mut Option<IGameStatistics>,
) -> Result<()>;
fn RemoveGameStatistics(&self, gdfbinarypath: &PCWSTR) -> Result<()>;
}
Required Methods§
fn GetGameStatistics( &self, gdfbinarypath: &PCWSTR, opentype: GAMESTATS_OPEN_TYPE, popenresult: *mut GAMESTATS_OPEN_RESULT, ppistats: *mut Option<IGameStatistics>, ) -> Result<()>
fn RemoveGameStatistics(&self, gdfbinarypath: &PCWSTR) -> Result<()>
Object Safety§
This trait is not object safe.