Source code of Windows XP (NT5)
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.

19 lines
528 B

  1. #include "uimsg.h"
  2. typedef BOOL (CALLBACK FAR * LPFNADDPROPSHEETPAGES)(LPVOID, LPFNADDPROPSHEETPAGE, LPARAM);
  3. BOOL APIENTRY NetworkPropDlg (HWND hDlg, UINT uMessage, WPARAM wParam, LPARAM lParam);
  4. #define DLG_HWP_EXT 500
  5. #define IDC_DISABLE 501
  6. #define IDC_ENABLE 502
  7. #define IDC_NONET 503
  8. #define IDC_ERROR 504
  9. //
  10. // JonN 9/20/96
  11. // All of the strings, including IDS_PROFEXT_ERROR, IDS_PROFEXT_NOADAPTERS,
  12. // and the Configuration Manager string table, are in NETUI2.DLL.
  13. // See LMOBJRC.H.
  14. //