Type Alias windows::Win32::Networking::WinInet::pfnInternetInitializeAutoProxyDll
pub type pfnInternetInitializeAutoProxyDll = Option<unsafe extern "system" fn(dwversion: u32, lpszdownloadedtempfile: PCSTR, lpszmime: PCSTR, lpautoproxycallbacks: *mut AutoProxyHelperFunctions, lpautoproxyscriptbuffer: *mut AUTO_PROXY_SCRIPT_BUFFER) -> BOOL>;
Aliased Type§
enum pfnInternetInitializeAutoProxyDll {
None,
Some(unsafe extern "system" fn(_: u32, _: PCSTR, _: PCSTR, _: *mut AutoProxyHelperFunctions, _: *mut AUTO_PROXY_SCRIPT_BUFFER) -> BOOL),
}
Variants§
None
No value.
Some(unsafe extern "system" fn(_: u32, _: PCSTR, _: PCSTR, _: *mut AutoProxyHelperFunctions, _: *mut AUTO_PROXY_SCRIPT_BUFFER) -> BOOL)
Some value of type T
.