#[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_CALLBACKcallbackState: *mut c_void