Home
last modified time | relevance | path

Searched defs:ISensLogon2 (Results 1 – 5 of 5) sorted by relevance

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/EventNotificationService/
H A Dmod.rs115 pub struct ISensLogon2(::windows::runtime::IUnknown); struct
116 impl ISensLogon2 { impl
138 unsafe impl ::windows::runtime::Interface for ISensLogon2 { implementation
152 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for ISensLogon2 { implementation
157 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &ISensLogon2 { implementation
175 impl<'a> ::windows::runtime::IntoParam<'a, super::Ole::Automation::IDispatch> for ISensLogon2 { implementation
181 impl<'a> ::windows::runtime::IntoParam<'a, super::Ole::Automation::IDispatch> for &ISensLogon2 { implementation
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwasensevts.pas139 ISensLogon2 = interface (IDispatch) interface
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dsensevts.h37 typedef struct ISensLogon2 ISensLogon2; typedef
254 struct ISensLogon2 : public IDispatch { struct
279 struct ISensLogon2 { struct
280 CONST_VTBL struct ISensLogon2Vtbl *lpVtbl; argument
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dsensevts.h37 typedef struct ISensLogon2 ISensLogon2; typedef
254 struct ISensLogon2 : public IDispatch { struct
279 struct ISensLogon2 { struct
280 CONST_VTBL struct ISensLogon2Vtbl *lpVtbl; argument
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/EventNotificationService/
H A Dmod.rs13 pub type ISensLogon2 = *mut ::core::ffi::c_void; typedef