Home
last modified time | relevance | path

Searched refs:IDiskQuotaEvents (Results 1 – 5 of 5) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddskquota.h138 #define INTERFACE IDiskQuotaEvents
139 DECLARE_INTERFACE_(IDiskQuotaEvents,IUnknown) { in DECLARE_INTERFACE_() argument
143 typedef IDiskQuotaEvents DISKQUOTA_EVENTS,*PDISKQUOTA_EVENTS;
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddskquota.h138 #define INTERFACE IDiskQuotaEvents
139 DECLARE_INTERFACE_(IDiskQuotaEvents,IUnknown) { in DECLARE_INTERFACE_() argument
143 typedef IDiskQuotaEvents DISKQUOTA_EVENTS,*PDISKQUOTA_EVENTS;
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwadskquota.pas351 IDiskQuotaEvents = interface (IUnknown) interface
357 DISKQUOTA_EVENTS = IDiskQuotaEvents;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Storage/FileSystem/
H A Dmod.rs7587 pub struct IDiskQuotaEvents(::windows::runtime::IUnknown);
7588 impl IDiskQuotaEvents {
7593 unsafe impl ::windows::runtime::Interface for IDiskQuotaEvents {
7597 impl ::std::convert::From<IDiskQuotaEvents> for ::windows::runtime::IUnknown {
7598 fn from(value: IDiskQuotaEvents) -> Self {
7602 impl ::std::convert::From<&IDiskQuotaEvents> for ::windows::runtime::IUnknown {
7603 fn from(value: &IDiskQuotaEvents) -> Self {
7607 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IDiskQuotaEvents {
7612 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IDiskQuotaEvents {
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Storage/FileSystem/
H A Dmod.rs2503 pub type IDiskQuotaEvents = *mut ::core::ffi::c_void; typedef