Home
last modified time | relevance | path

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

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/DeploymentServices/
H A Dmod.rs600 pub type WDSTRANSPORT_SERVICE_NOTIFICATION = i32; typedef
601 pub const WdsTptServiceNotifyUnknown: WDSTRANSPORT_SERVICE_NOTIFICATION = 0i32;
602 pub const WdsTptServiceNotifyReadSettings: WDSTRANSPORT_SERVICE_NOTIFICATION = 1i32;
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwdstptmgmt.h663 } WDSTRANSPORT_SERVICE_NOTIFICATION; typedef
709 typedef WDSTRANSPORT_SERVICE_NOTIFICATION *PWDSTRANSPORT_SERVICE_NOTIFICATION;
1059 WDSTRANSPORT_SERVICE_NOTIFICATION ServiceNotification) = 0;
1142 WDSTRANSPORT_SERVICE_NOTIFICATION ServiceNotification);
1221 …dsTransportServices(IWdsTransportConfigurationManager* This,WDSTRANSPORT_SERVICE_NOTIFICATION Serv…
1519 WDSTRANSPORT_SERVICE_NOTIFICATION ServiceNotification);
1605 …sTransportServices(IWdsTransportConfigurationManager2* This,WDSTRANSPORT_SERVICE_NOTIFICATION Serv…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwdstptmgmt.h663 } WDSTRANSPORT_SERVICE_NOTIFICATION; typedef
709 typedef WDSTRANSPORT_SERVICE_NOTIFICATION *PWDSTRANSPORT_SERVICE_NOTIFICATION;
1059 WDSTRANSPORT_SERVICE_NOTIFICATION ServiceNotification) = 0;
1142 WDSTRANSPORT_SERVICE_NOTIFICATION ServiceNotification);
1221 …dsTransportServices(IWdsTransportConfigurationManager* This,WDSTRANSPORT_SERVICE_NOTIFICATION Serv…
1519 WDSTRANSPORT_SERVICE_NOTIFICATION ServiceNotification);
1605 …sTransportServices(IWdsTransportConfigurationManager2* This,WDSTRANSPORT_SERVICE_NOTIFICATION Serv…
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/DeploymentServices/
H A Dmod.rs404 …e fn NotifyWdsTransportServices(&self, servicenotification: WDSTRANSPORT_SERVICE_NOTIFICATION) -> … in NotifyWdsTransportServices()
478 …" fn(this: ::windows::runtime::RawPtr, servicenotification: WDSTRANSPORT_SERVICE_NOTIFICATION) -> …
528 …e fn NotifyWdsTransportServices(&self, servicenotification: WDSTRANSPORT_SERVICE_NOTIFICATION) -> … in NotifyWdsTransportServices()
626 …" fn(this: ::windows::runtime::RawPtr, servicenotification: WDSTRANSPORT_SERVICE_NOTIFICATION) -> …
4711 pub struct WDSTRANSPORT_SERVICE_NOTIFICATION(pub i32); struct
4712 pub const WdsTptServiceNotifyUnknown: WDSTRANSPORT_SERVICE_NOTIFICATION = WDSTRANSPORT_SERVICE_NOTI…
4713 …ub const WdsTptServiceNotifyReadSettings: WDSTRANSPORT_SERVICE_NOTIFICATION = WDSTRANSPORT_SERVICE…
4714 impl ::std::convert::From<i32> for WDSTRANSPORT_SERVICE_NOTIFICATION { implementation
4719 unsafe impl ::windows::runtime::Abi for WDSTRANSPORT_SERVICE_NOTIFICATION { implementation