Home
last modified time | relevance | path

Searched refs:IServicePartitionConfig (Results 1 – 6 of 6) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/ComIntegration/
H A DComPlusInstanceContextInitializer.cs211 IServicePartitionConfig partitionConfig; in SetupServiceConfig()
212 partitionConfig = (IServicePartitionConfig)(serviceConfig); in SetupServiceConfig()
H A DSWC.cs78 interface IServicePartitionConfig interface
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/ComponentServices/
H A Dmod.rs738 pub type IServicePartitionConfig = *mut ::core::ffi::c_void; typedef
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcomsvcs.h468 typedef struct IServicePartitionConfig IServicePartitionConfig; typedef
5178 struct IServicePartitionConfig : public IUnknown { struct
5186 HRESULT (WINAPI *QueryInterface)(IServicePartitionConfig *This,REFIID riid,void **ppvObject);
5187 ULONG (WINAPI *AddRef)(IServicePartitionConfig *This);
5188 ULONG (WINAPI *Release)(IServicePartitionConfig *This);
5189 …HRESULT (WINAPI *PartitionConfig)(IServicePartitionConfig *This,CSC_PartitionConfig partitionConfi…
5190 HRESULT (WINAPI *PartitionID)(IServicePartitionConfig *This,REFGUID guidPartitionID);
5193 struct IServicePartitionConfig { struct
5204 …HRESULT WINAPI IServicePartitionConfig_PartitionConfig_Proxy(IServicePartitionConfig *This,CSC_Par…
5206 …HRESULT WINAPI IServicePartitionConfig_PartitionID_Proxy(IServicePartitionConfig *This,REFGUID gui…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcomsvcs.h468 typedef struct IServicePartitionConfig IServicePartitionConfig; typedef
5178 struct IServicePartitionConfig : public IUnknown { struct
5186 HRESULT (WINAPI *QueryInterface)(IServicePartitionConfig *This,REFIID riid,void **ppvObject);
5187 ULONG (WINAPI *AddRef)(IServicePartitionConfig *This);
5188 ULONG (WINAPI *Release)(IServicePartitionConfig *This);
5189 …HRESULT (WINAPI *PartitionConfig)(IServicePartitionConfig *This,CSC_PartitionConfig partitionConfi…
5190 HRESULT (WINAPI *PartitionID)(IServicePartitionConfig *This,REFGUID guidPartitionID);
5193 struct IServicePartitionConfig { struct
5204 …HRESULT WINAPI IServicePartitionConfig_PartitionConfig_Proxy(IServicePartitionConfig *This,CSC_Par…
5206 …HRESULT WINAPI IServicePartitionConfig_PartitionID_Proxy(IServicePartitionConfig *This,REFGUID gui…
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/ComponentServices/
H A Dmod.rs8574 pub struct IServicePartitionConfig(::windows::runtime::IUnknown);
8575 impl IServicePartitionConfig {
8583 unsafe impl ::windows::runtime::Interface for IServicePartitionConfig {
8587 impl ::std::convert::From<IServicePartitionConfig> for ::windows::runtime::IUnknown {
8588 fn from(value: IServicePartitionConfig) -> Self {
8592 impl ::std::convert::From<&IServicePartitionConfig> for ::windows::runtime::IUnknown {
8593 fn from(value: &IServicePartitionConfig) -> Self {
8597 …l<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IServicePartitionConfig {
8602 …<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IServicePartitionConfig {