]> git.proxmox.com Git - rustc.git/blob - vendor/windows-sys/src/Windows/Win32/System/Diagnostics/Debug/WebApp/mod.rs
New upstream version 1.63.0+dfsg1
[rustc.git] / vendor / windows-sys / src / Windows / Win32 / System / Diagnostics / Debug / WebApp / mod.rs
1 pub type IWebApplicationActivation = *mut ::core::ffi::c_void;
2 pub type IWebApplicationAuthoringMode = *mut ::core::ffi::c_void;
3 pub type IWebApplicationHost = *mut ::core::ffi::c_void;
4 pub type IWebApplicationNavigationEvents = *mut ::core::ffi::c_void;
5 pub type IWebApplicationScriptEvents = *mut ::core::ffi::c_void;
6 pub type IWebApplicationUIEvents = *mut ::core::ffi::c_void;
7 pub type IWebApplicationUpdateEvents = *mut ::core::ffi::c_void;
8 #[doc = "*Required features: `\"Win32_System_Diagnostics_Debug_WebApp\"`, `\"Win32_System_Com\"`*"]
9 #[cfg(feature = "Win32_System_Com")]
10 pub type RegisterAuthoringClientFunctionType = ::core::option::Option<unsafe extern "system" fn(authoringmodeobject: IWebApplicationAuthoringMode, host: IWebApplicationHost) -> ::windows_sys::core::HRESULT>;
11 #[doc = "*Required features: `\"Win32_System_Diagnostics_Debug_WebApp\"`*"]
12 pub type UnregisterAuthoringClientFunctionType = ::core::option::Option<unsafe extern "system" fn(host: IWebApplicationHost) -> ::windows_sys::core::HRESULT>;