Trait windows::Win32::System::Ole::IEnterpriseDropTarget_Impl
pub trait IEnterpriseDropTarget_Impl: Sized {
// Required methods
fn SetDropSourceEnterpriseId(&self, identity: &PCWSTR) -> Result<()>;
fn IsEvaluatingEdpPolicy(&self) -> Result<BOOL>;
}
Required Methods§
fn SetDropSourceEnterpriseId(&self, identity: &PCWSTR) -> Result<()>
fn IsEvaluatingEdpPolicy(&self) -> Result<BOOL>
Object Safety§
This trait is not object safe.