pub trait IComIdentityEvents_Impl: Sized {
    // Required method
    fn OnIISRequestInfo(
        &self,
        pinfo: *const COMSVCSEVENTINFO,
        objid: u64,
        pszclientip: &PCWSTR,
        pszserverip: &PCWSTR,
        pszurl: &PCWSTR
    ) -> Result<()>;
}

Required Methods§

fn OnIISRequestInfo( &self, pinfo: *const COMSVCSEVENTINFO, objid: u64, pszclientip: &PCWSTR, pszserverip: &PCWSTR, pszurl: &PCWSTR ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§