Home
last modified time | relevance | path

Searched refs:GetQuotaThreshold (Results 1 – 4 of 4) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddskquota.h73 STDMETHOD(GetQuotaThreshold)(THIS_ PLONGLONG pllThreshold) PURE; in DECLARE_INTERFACE_() local
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddskquota.h73 STDMETHOD(GetQuotaThreshold)(THIS_ PLONGLONG pllThreshold) PURE; in DECLARE_INTERFACE_() local
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwadskquota.pas252 function GetQuotaThreshold(var pllThreshold: LONGLONG): HRESULT; stdcall; in GetQuotaThreshold() function
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Storage/FileSystem/
H A Dmod.rs7642 … pub unsafe fn GetQuotaThreshold(&self, pllthreshold: *mut i64) -> ::windows::runtime::Result<()> {