Home
last modified time | relevance | path

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

/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwadskquota.pas244 IDiskQuotaUser = interface (IUnknown) interface
266 DISKQUOTA_USER = IDiskQuotaUser;
299 function Add(pUser: IDiskQuotaUser): HRESULT; stdcall; in Add()
300 function Remove(pUser: IDiskQuotaUser): HRESULT; stdcall; in Remove()
330 out ppUser: IDiskQuotaUser): HRESULT; stdcall;
332 out ppUser: IDiskQuotaUser): HRESULT; stdcall;
333 function DeleteUser(pUser: IDiskQuotaUser): HRESULT; stdcall;
335 out ppUser: IDiskQuotaUser): HRESULT; stdcall;
336 function FindUserName(pszLogonName: LPCWSTR; out ppUser: IDiskQuotaUser): HRESULT; stdcall;
341 function GiveUserNameResolutionPriority(pUser: IDiskQuotaUser): HRESULT; stdcall;
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddskquota.h67 #define INTERFACE IDiskQuotaUser
68 DECLARE_INTERFACE_(IDiskQuotaUser,IUnknown) { in DECLARE_INTERFACE_() argument
85 typedef IDiskQuotaUser DISKQUOTA_USER,*PDISKQUOTA_USER;
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddskquota.h67 #define INTERFACE IDiskQuotaUser
68 DECLARE_INTERFACE_(IDiskQuotaUser,IUnknown) { in DECLARE_INTERFACE_() argument
85 typedef IDiskQuotaUser DISKQUOTA_USER,*PDISKQUOTA_USER;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Storage/FileSystem/
H A Dmod.rs7458 let mut result__: <IDiskQuotaUser as ::windows::runtime::Abi>::Abi = ::std::mem::zeroed();
7463 let mut result__: <IDiskQuotaUser as ::windows::runtime::Abi>::Abi = ::std::mem::zeroed();
7627 pub struct IDiskQuotaUser(::windows::runtime::IUnknown);
7628 impl IDiskQuotaUser {
7681 unsafe impl ::windows::runtime::Interface for IDiskQuotaUser {
7685 impl ::std::convert::From<IDiskQuotaUser> for ::windows::runtime::IUnknown {
7686 fn from(value: IDiskQuotaUser) -> Self {
7690 impl ::std::convert::From<&IDiskQuotaUser> for ::windows::runtime::IUnknown {
7691 fn from(value: &IDiskQuotaUser) -> Self {
7695 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IDiskQuotaUser {
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Storage/FileSystem/
H A Dmod.rs2504 pub type IDiskQuotaUser = *mut ::core::ffi::c_void; typedef