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.

36 lines
925 B

  1. #include "setupdef.h"
  2. #include <stdio.h>
  3. #include <stdlib.h>
  4. #include <string.h>
  5. #include "comstf.h"
  6. #include "install.h"
  7. #include "uilstf.h"
  8. #include "cmnds.h"
  9. #include "dospif.h"
  10. //_dt_system(Install)
  11. //_dt_subsystem(ProgMan Operations)
  12. ULONG
  13. __cdecl
  14. DbgPrint(
  15. PCH Format,
  16. ...
  17. );
  18. #define MAX_DIR 128
  19. #define MAX_NAME 16
  20. #define MAX_BUILD_W 4
  21. #define MAX_MEM_W 8
  22. #define MAX_DATETIME 20
  23. _dt_private BOOL APIENTRY FDdeInit(HANDLE hInst);
  24. _dt_private BOOL APIENTRY FCreateProgManItem(SZ szGroup, SZ szItem, SZ szCmd, SZ szIconFile, INT nIconNum, CMO cmo, BOOL CommonGroup);
  25. VOID MakeFileName(char *Buffer, char *Path, char *FileName);
  26. VOID ReadIniFile(char * filename);
  27. VOID WriteIniFile(char * filename);
  28. INT_PTR SignonDlgProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
  29. INT_PTR ValuesDlgProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);