Home
last modified time | relevance | path

Searched refs:WSD_SOAP_FAULT (Results 1 – 10 of 10) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwsdutil.h43 WSD_SOAP_FAULT **ppFault
53 WSD_SOAP_FAULT **ppFault
H A Dwsdhost.h198 WSD_SOAP_FAULT *pFault) = 0;
231 WSD_SOAP_FAULT *pFault);
264 …WSD_SOAP_HEADER *pRequestHeader,IWSDMessageParameters *pMessageParameters,WSD_SOAP_FAULT *pFault) {
H A Dwsdclient.h611 const WSD_SOAP_FAULT *pFault) = 0;
617 WSD_SOAP_FAULT **ppFault) = 0;
665 const WSD_SOAP_FAULT *pFault);
673 WSD_SOAP_FAULT **ppFault);
720 …LINE HRESULT IWSDEndpointProxy_ProcessFault(IWSDEndpointProxy* This,const WSD_SOAP_FAULT *pFault) {
726 static FORCEINLINE HRESULT IWSDEndpointProxy_GetFaultInfo(IWSDEndpointProxy* This,WSD_SOAP_FAULT **…
H A Dwsdtypes.h83 typedef struct _WSD_SOAP_FAULT WSD_SOAP_FAULT; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwsdutil.h43 WSD_SOAP_FAULT **ppFault
53 WSD_SOAP_FAULT **ppFault
H A Dwsdhost.h198 WSD_SOAP_FAULT *pFault) = 0;
231 WSD_SOAP_FAULT *pFault);
264 …WSD_SOAP_HEADER *pRequestHeader,IWSDMessageParameters *pMessageParameters,WSD_SOAP_FAULT *pFault) {
H A Dwsdclient.h611 const WSD_SOAP_FAULT *pFault) = 0;
617 WSD_SOAP_FAULT **ppFault) = 0;
665 const WSD_SOAP_FAULT *pFault);
673 WSD_SOAP_FAULT **ppFault);
720 …LINE HRESULT IWSDEndpointProxy_ProcessFault(IWSDEndpointProxy* This,const WSD_SOAP_FAULT *pFault) {
726 static FORCEINLINE HRESULT IWSDEndpointProxy_GetFaultInfo(IWSDEndpointProxy* This,WSD_SOAP_FAULT **…
H A Dwsdtypes.h83 typedef struct _WSD_SOAP_FAULT WSD_SOAP_FAULT; typedef
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Devices/WebServicesOnDevices/
H A Dmod.rs30 …per::Foundation::PWSTR, pcontext: IWSDXMLContext, ppfault: *mut *mut WSD_SOAP_FAULT) -> ::windows_… in WSDGenerateFault()
32 …LIST, pszdetail: super::super::Foundation::PWSTR, ppfault: *mut *mut WSD_SOAP_FAULT) -> ::windows_… in WSDGenerateFaultEx()
1096 pub struct WSD_SOAP_FAULT { struct
1104 impl ::core::marker::Copy for WSD_SOAP_FAULT {} argument
1106 impl ::core::clone::Clone for WSD_SOAP_FAULT { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/WebServicesOnDevices/
H A Dmod.rs477 …pub unsafe fn ProcessFault(&self, pfault: *const WSD_SOAP_FAULT) -> ::windows::runtime::Result<()>… in ProcessFault()
486 pub unsafe fn GetFaultInfo(&self) -> ::windows::runtime::Result<*mut WSD_SOAP_FAULT> { in GetFaultInfo() argument
487 … let mut result__: <*mut WSD_SOAP_FAULT as ::windows::runtime::Abi>::Abi = ::std::mem::zeroed(); in GetFaultInfo()
3294 ) -> ::windows::runtime::Result<*mut WSD_SOAP_FAULT> { in WSDGenerateFault() argument
5413 pub struct WSD_SOAP_FAULT { struct
5421 impl WSD_SOAP_FAULT {} impl
5423 impl ::std::default::Default for WSD_SOAP_FAULT { implementation
5429 impl ::std::fmt::Debug for WSD_SOAP_FAULT { implementation
5435 impl ::std::cmp::PartialEq for WSD_SOAP_FAULT { implementation
5441 impl ::std::cmp::Eq for WSD_SOAP_FAULT {} implementation
[all …]