Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
636 B

4 years ago
  1. /**********************************************************************/
  2. /** Microsoft Windows/NT **/
  3. /** Copyright(c) Microsoft Corp., 1993 **/
  4. /**********************************************************************/
  5. /*
  6. NbtInfo.h
  7. This file contains the NBT Info APIs
  8. FILE HISTORY:
  9. Johnl 13-Dec-1993 Created
  10. */
  11. #ifndef _NBTINFO_H_
  12. #define _NBTINFO_H_
  13. VOID AddrChngNotification( PVOID Context,
  14. ULONG OldIpAddress,
  15. ULONG NewIpAddress,
  16. ULONG NewMask ) ;
  17. #endif //!_NBTINFO_H_