Struct windows_sys::Win32::NetworkManagement::WindowsNetworkVirtualization::WNV_NOTIFICATION_PARAM
[−]#[repr(C)]pub struct WNV_NOTIFICATION_PARAM {
pub Header: WNV_OBJECT_HEADER,
pub NotificationType: WNV_NOTIFICATION_TYPE,
pub PendingNotifications: u32,
pub Buffer: *mut u8,
}Expand description
Required features: ‘Win32_NetworkManagement_WindowsNetworkVirtualization’
Fields
Header: WNV_OBJECT_HEADERNotificationType: WNV_NOTIFICATION_TYPEPendingNotifications: u32Buffer: *mut u8