pub trait IWPCGamesSettings_Impl: Sized + IWPCSettings_Impl {
    // Required method
    fn IsBlocked(&self, guidappid: &GUID) -> Result<u32>;
}

Required Methods§

fn IsBlocked(&self, guidappid: &GUID) -> Result<u32>

Object Safety§

This trait is not object safe.

Implementors§