Struct windows_sys::Win32::System::Rpc::RPC_ASYNC_NOTIFICATION_INFO_0
#[repr(C)]pub struct RPC_ASYNC_NOTIFICATION_INFO_0 {
pub NotificationRoutine: PFN_RPCNOTIFICATION_ROUTINE,
pub hThread: HANDLE,
}Expand description
Required features: "Win32_System_Rpc", "Win32_Foundation", "Win32_System_IO"
Fields§
§NotificationRoutine: PFN_RPCNOTIFICATION_ROUTINE§hThread: HANDLE