pub trait ILocationPermissions_Impl: Sized {
    // Required methods
    fn GetGlobalLocationPermission(&self) -> Result<BOOL>;
    fn CheckLocationCapability(&self, dwclientthreadid: u32) -> Result<()>;
}

Required Methods§

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

fn CheckLocationCapability(&self, dwclientthreadid: u32) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§