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.

33 lines
789 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1996.
  5. //
  6. // File: surrogat.hxx
  7. //
  8. // Contents: declarations for the surrogate entry point
  9. //
  10. // History: 03-Jun-96 t-AdamE Created
  11. // 09-Apr-98 WilfR Modified for Unified Surrogate
  12. //
  13. //--------------------------------------------------------------------------
  14. #if !defined(__SURROGAT_HXX__)
  15. #define __SURROGAT_HXX__
  16. #include <windows.h>
  17. #define cCmdLineArguments 1
  18. #define iProcessIDArgument 0
  19. #define MAX_GUIDSTR_LEN 40
  20. const CHAR szProcessIDSwitch[] = "/ProcessID";
  21. int GetCommandLineArguments(
  22. LPSTR szCmdLine,
  23. LPSTR rgszArgs[],
  24. int cMaxArgs,
  25. int cMaxArgLen);
  26. #endif // __SURROGAT_HXX__