windows-sys 0.33.0

Rust for Windows
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
pub type IWebApplicationActivation = *mut ::core::ffi::c_void;
pub type IWebApplicationAuthoringMode = *mut ::core::ffi::c_void;
pub type IWebApplicationHost = *mut ::core::ffi::c_void;
pub type IWebApplicationNavigationEvents = *mut ::core::ffi::c_void;
pub type IWebApplicationScriptEvents = *mut ::core::ffi::c_void;
pub type IWebApplicationUIEvents = *mut ::core::ffi::c_void;
pub type IWebApplicationUpdateEvents = *mut ::core::ffi::c_void;
#[doc = "*Required features: 'Win32_System_Diagnostics_Debug_WebApp', 'Win32_System_Com'*"]
#[cfg(feature = "Win32_System_Com")]
pub type RegisterAuthoringClientFunctionType = ::core::option::Option<unsafe extern "system" fn(authoringmodeobject: IWebApplicationAuthoringMode, host: IWebApplicationHost) -> ::windows_sys::core::HRESULT>;
#[doc = "*Required features: 'Win32_System_Diagnostics_Debug_WebApp'*"]
pub type UnregisterAuthoringClientFunctionType = ::core::option::Option<unsafe extern "system" fn(host: IWebApplicationHost) -> ::windows_sys::core::HRESULT>;