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

📄 wrpguid.h

📁 希望我上传的这些东西可以对搞编程的程序员有点小小的帮助!谢谢!
💻 H
字号:
/*++

Copyright (C) Microsoft Corporation, 1996 - 1999

Module Name:

    wrpguid.h 

Abstract:

	This file includes the GUIDS for the Vendor wrapper COM object (interfaces,
	type library, etc.)
	
Author:

    Chris Dudley (cdudley) 1/2/1997

Environment:

    Win32, C++ w/Exceptions, COM/OLE

Revision History:

    Chris Dudley (cdudley) 2/10/1997

Notes:


--*/

#ifndef __WRPGUID_H__
#pragma option push -b -a8 -pc -A- /*P_O_Push*/
#define __WRPGUID_H__

////////////////////////////////////////////////////////////////////////////
//
// include the header files
//
#define IID_DEFINED
#include <scardcom_i.c>

////////////////////////////////////////////////////////////////////////////////

#pragma option pop /*P_O_Pop*/
#endif

⌨️ 快捷键说明

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