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.

20 lines
383 B

  1. // Copyright (c) 1997-2001 Microsoft Corporation, All Rights Reserved
  2. #ifndef SIMC_IMOS_GEN_H
  3. #define SIMC_IMOS_GEN_H
  4. const int INFO_MESSAGE_SIZE = 1024;
  5. #define INFO_MESSAGES_DLL "smimsgif.dll"
  6. typedef void ** PPVOID;
  7. typedef CList<CString, CString&> SIMCStringList;
  8. void InformationMessage(int messageType, ...);
  9. extern CString versionString;
  10. #endif