#[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_HEADER§NotificationType: WNV_NOTIFICATION_TYPE§PendingNotifications: u32§Buffer: *mut u8