⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 msg.mc

📁 Skeleton for implementing a Windows PC/SC Smartcard Reader.
💻 MC
字号:
; =====[msg.mc]=========================================================================
;  Description:        Source file (msg.mc)
;  Compiled:           MS-VC++
;  Version:            .NET
;  Revisions:
;  REV         DATE                BY           DESCRIPTION
;  ------  --------------      ----------    --------------------------------------
;  1.01      2001/01/01           BDS           Initial version.
;    
;  This source file (msg.mc) is  Copyright(c) 2001 Dmitry Basko. 
;  Redistribution and use in source and binary forms, with or without
;  modification, are permitted provided that: 
;  1.  source code distributions retain the above copyright notice and this 
;      paragraph in its entirety;
;  2.  distributions including binary code include the above copyright notice
;      and this paragraph in its entirety in the documentation or other materials
;      provided with the distribution;
;  3.  all advertising materials mentioning features or use of this software 
;      display the following acknowledgement;
;  ``This product includes software developed by Dmitry Basko.''
;  THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
;  WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
;  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
; ========================================================================================= 
MessageIdTypedef = NTSTATUS
SeverityNames = (
	Success		  = 0x0:STATUS_SEVERITY_SUCCESS
	Informational = 0x1:STATUS_SEVERITY_INFORMATIONAL
	Warning		  = 0x2:STATUS_SEVERITY_WARNING
	Error		  = 0x3:STATUS_SEVERITY_ERROR
	)
FacilityNames = (
	System		= 0x0
	RpcRuntime	= 0x2:FACILITY_RPC_RUNTIME
	RpcStubs	= 0x3:FACILITY_RPC_STUBS
	Io			= 0x4:FACILITY_IO_ERROR_CODE
	Driver	=	  0x7:FACILITY_DRIVER_ERROR_CODE
	)

MessageId=0x0001
Facility=Driver
Severity=Informational
SymbolicName=MSG_LOGGING_ENABLED
Language=English
Event logging enabled for pcsc_drv.
.

MessageId=+1
Facility=Driver
Severity=Informational
SymbolicName=MSG_DRIVER_STARTING
Language=English
pcsc_drv was successfully initialized.
.

MessageId=+1
Facility=Driver
Severity=Error
SymbolicName=MSG_DRIVER_STARTING_FAULT
Language=English
pcsc_drv was not initialized.
.

MessageId=+1
Facility=Driver
Severity=Informational
SymbolicName=MSG_OPENING_HANDLE
Language=English
Opening handle to %1.
.

MessageId=+1
Facility=Driver
Severity=Informational
SymbolicName=MSG_CLOSING_HANDLE
Language=English
Closing handle to %1.
.

MessageId=+1
Facility=Driver
Severity=Informational
SymbolicName=MSG_READING_DATA
Language=English
<pcsc_drv> Read data request (READ_BINARY) for %1 - Dump data is data read.
.

MessageId=+1
Facility=Driver
Severity=Informational
SymbolicName=MSG_WRITING_DATA
Language=English
<pcsc_drv> Write data request for %1 - Dump data is data written.
.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -