Struct windows_sys::Win32::Networking::WindowsWebServices::WS_ASYNC_CONTEXT
#[repr(C)]pub struct WS_ASYNC_CONTEXT {
pub callback: WS_ASYNC_CALLBACK,
pub callbackState: *mut c_void,
}Expand description
Required features: "Win32_Networking_WindowsWebServices"
Fields§
§callback: WS_ASYNC_CALLBACK§callbackState: *mut c_void