internal static unsafe partial uint NotifyStableUnicastIpAddressTable(
     AddressFamily addressFamily,
     out SafeFreeMibTable table,
 internal static extern uint NotifyStableUnicastIpAddressTable(
     [In] AddressFamily addressFamily,
     [Out] out SafeFreeMibTable table,
     [MarshalAs(UnmanagedType.FunctionPtr)][In] StableUnicastIpAddressTableDelegate callback,
     [In] IntPtr context,
     [Out] out SafeCancelMibChangeNotify notificationHandle);
Esempio n. 3
0
 internal static extern uint NotifyStableUnicastIpAddressTable(
     AddressFamily addressFamily,
     out SafeFreeMibTable table,
     StableUnicastIpAddressTableDelegate callback,
     IntPtr context,
     out SafeCancelMibChangeNotify notificationHandle);