Leaked source code of windows server 2003
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.

34 lines
435 B

  1. /*++
  2. Microsoft Confidential
  3. Copyright (c) 1992-1997 Microsoft Corporation
  4. All rights reserved
  5. Module Name:
  6. netid.h
  7. Abstract:
  8. Public declarations for the Network ID tab of the System Control
  9. Panel Applet
  10. --*/
  11. #ifndef _SYSDM_NETID_H_
  12. #define _SYSDM_NETID_H_
  13. //
  14. // Public function prototypes
  15. //
  16. HPROPSHEETPAGE
  17. CreateNetIDPage(
  18. int,
  19. DLGPROC
  20. );
  21. #endif // _SYSDM_NETID_H_