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);
Beispiel #2
0
 internal static extern uint NotifyStableUnicastIpAddressTable(
     AddressFamily addressFamily,
     out SafeFreeMibTable table,
     StableUnicastIpAddressTableDelegate callback,
     IntPtr context,
     out SafeCancelMibChangeNotify notificationHandle);