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.

64 lines
1.5 KiB

  1. /*****************************************************************/
  2. /** Microsoft LAN Manager **/
  3. /** Copyright(c) Microsoft Corp., 1989-1990 **/
  4. /*****************************************************************/
  5. /*
  6. * Windows/Network Interface -- LAN Manager Version
  7. *
  8. * This is used for subdialogs of the Device Mode dialog.
  9. */
  10. #define IDM_LOGON 400
  11. #define IDM_LOGOFF 401
  12. #define IDM_PASSWD 402
  13. #define IDM_EXIT 403
  14. #define IDM_SEND 410
  15. #define IDM_TOGGLE_AUTOLOGON 420
  16. #define IDM_TOGGLE_AUTORESTORE 421
  17. #define IDM_TOGGLE_SAVECONNECTIONS 422
  18. #define IDM_TOGGLE_WARNINGS 423
  19. #define IDM_HELPINDEX 430
  20. #define IDM_ABOUT 431
  21. #define IDD_MS_USERNAME 441
  22. #define IDD_MS_MSGTEXT 442
  23. #define IDD_MS_HELP 443
  24. #define IDD_ABT_VERSION 450
  25. #define IDD_LMAN_VERSION 451
  26. #define IDD_CPW_PW 460
  27. #define IDD_UserName 470
  28. #define IDD_ComputerName 471
  29. #define IDD_DomainName 472
  30. #define IDD_PRO_SHARE 480
  31. #define IDD_PRO_PW 481
  32. BOOL FAR PASCAL NetDevMsgDlgProc ( HWND hDlg,
  33. WORD wMsg,
  34. WORD wParam,
  35. LONG lParam );
  36. BOOL FAR PASCAL NetDevLogDlgProc ( HWND hDlg,
  37. WORD wMsg,
  38. WORD wParam,
  39. LONG lParam );
  40. BOOL FAR PASCAL NetDevPasswdProc ( HWND hDlg,
  41. WORD wMsg,
  42. WORD wParam,
  43. LONG lParam );
  44. BOOL FAR PASCAL NetDevConfPWProc ( HWND hDlg,
  45. WORD wMsg,
  46. WORD wParam,
  47. LONG lParam );
  48. extern "C"
  49. {
  50. BOOL FAR PASCAL LoadProfiles ( HWND hwndParent );
  51. }