sspserr.h
来自「希望我上传的这些东西可以对搞编程的程序员有点小小的帮助!谢谢!」· C头文件 代码 · 共 47 行
H
47 行
/*++
Copyright (C) Microsoft Corporation, 1996 - 1999
Module Name:
SspsErr
Abstract:
This header file describes the error codes that are generated by
the Microsoft Smartcard Service Provider (SSP).
Author:
Michael Gallagher (a-mgalla) 10/21/1996
Environment:
Win32
Revision History:
Mike Gallagher (a-mgalla) 12/19/1996
Notes:
--*/
#ifndef __SSPSERR_H__
#pragma option push -b -a8 -pc -A- /*P_O_Push*/
#define __SSPSERR_H__
/////////////////////////////////////////////////////////////////////////////
//
// Includes
//
#include "scarderr.h"
/////////////////////////////////////////////////////////////////////////////
#pragma option pop /*P_O_Pop*/
#endif // __SSPSERR_H__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?