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.

102 lines
3.7 KiB

  1. ;/******************************************************************************
  2. ;* $ProjectName: $
  3. ;* $ProjectRevision: $
  4. ;*-----------------------------------------------------------------------------
  5. ;* $Source: z:/pr/cmapiifd/sw/sccmn50m.ms/rcs/sccmlog.mc $
  6. ;* $Revision: 1.1 $
  7. ;*-----------------------------------------------------------------------------
  8. ;* $Author: TBruendl $
  9. ;*-----------------------------------------------------------------------------
  10. ;* History: see EOF
  11. ;*-----------------------------------------------------------------------------
  12. ;*
  13. ;* Copyright 1996-99 Utimaco Safeware AG
  14. ;******************************************************************************/
  15. ;#ifndef _SCCMLOG
  16. ;#define _SCCMLOG
  17. ;
  18. ;//
  19. ;// Status values are 32 bit values layed out as follows:
  20. ;//
  21. ;// 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
  22. ;// 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
  23. ;// +---+-+-------------------------+-------------------------------+
  24. ;// |Sev|C| Facility | Code |
  25. ;// +---+-+-------------------------+-------------------------------+
  26. ;//
  27. ;// where
  28. ;//
  29. ;// Sev - is the severity code
  30. ;//
  31. ;// 00 - Success
  32. ;// 01 - Informational
  33. ;// 10 - Warning
  34. ;// 11 - Error
  35. ;//
  36. ;// C - is the Customer code flag
  37. ;//
  38. ;// Facility - is the facility code
  39. ;//
  40. ;// Code - is the facility's status code
  41. ;//
  42. ;
  43. MessageIdTypedef=NTSTATUS
  44. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  45. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  46. Warning=0x2:STATUS_SEVERITY_WARNING
  47. Error=0x3:STATUS_SEVERITY_ERROR
  48. )
  49. FacilityNames=(System=0x0
  50. RpcRuntime=0x2:FACILITY_RPC_RUNTIME
  51. RpcStubs=0x3:FACILITY_RPC_STUBS
  52. Io=0x4:FACILITY_IO_ERROR_CODE
  53. Smartcard=0x10:FACILITY_SCARD
  54. )
  55. MessageId=0x0001 Facility=Io Severity=Error SymbolicName=SCCMN50M_CANT_CREATE_DEVICE
  56. Language=English
  57. A new device cannot be created due to an system call failure.
  58. .
  59. MessageId=0x0002 Facility=Io Severity=Error SymbolicName=SCCMN50M_NO_MEMORY
  60. Language=English
  61. The system does not have enough memory.
  62. .
  63. MessageId=0x0003 Facility=Smartcard Severity=Error SymbolicName=SCCMN50M_BUFFER_TOO_SMALL
  64. Language=English
  65. An internal i/o buffer is too small.
  66. .
  67. MessageId=0x0004 Facility=Io Severity=Error SymbolicName=SCCMN50M_CANT_CONNECT_TO_ASSIGNED_PORT
  68. Language=English
  69. Internal error: Cannot connect to assigned serial port.
  70. .
  71. MessageId=0x0005 Facility=Io Severity=Error SymbolicName=SCCMN50M_CANT_CREATE_MORE_DEVICES
  72. Language=English
  73. The maximum number of devices has already been created.
  74. A new device cannot be created.
  75. .
  76. MessageId=0x0006 Facility=Io Severity=Informational SymbolicName=SCCMN50M_WRONG_LIB_VERSION
  77. Language=English
  78. The version of the dependency driver smclib.sys is not compatbile to this driver.
  79. .
  80. MessageId=0x0007 Facility=Io Severity=Informational SymbolicName=SCCMN50M_IRQ_BUSY
  81. Language=English
  82. The current serial port cannot be used because it uses a shared interrupt which is already in use.
  83. Please connect the smart card reader to a different serial port.
  84. .
  85. ;#endif /* _SCCMLOG */
  86. ;/*****************************************************************************
  87. ;* History:
  88. ;* $Log: sccmlog.mc $
  89. ;* Revision 1.1 2000/03/29 06:07:48 TBruendl
  90. ;* No comment given
  91. ;*
  92. ;* Revision 1.1 1999/02/02 13:34:38 TBruendl
  93. ;* This is the first release (R01.00) of the IFD handler for CardMan running under NT5.0.
  94. ;*
  95. ;*
  96. ;*****************************************************************************/