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

📄 cbisapi.odl

📁 讲mfc的书
💻 ODL
字号:
// cbisapi.odl : type library source for cbisapi.dll

// This file will be processed by the Make Type Library (mktyplib) tool to
// produce the type library (cbisapi.tlb).

[ uuid(A3B7D302-647C-11D0-A7B2-444553540000), version(1.0) ]
library Cbisapi
{
	importlib("stdole32.tlb");
	

	//  Primary dispatch interface for CIsapiServer
	
	[ uuid(A3B7D305-647C-11D0-A7B2-444553540000) ]
	dispinterface IIsapiServer
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CIsapiServer)
			[id(1)] long RetVal;
			[id(2)] long StatCode;
			[id(3)] BSTR Method;
			[id(4)] BSTR QueryString;
			[id(5)] BSTR PathInfo;
			[id(6)] BSTR PathTranslated;
			[id(7)] long ContentLength;
			[id(8)] BSTR Content;
			[id(9)] BSTR ContentType;
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CIsapiServer)
			[id(10)] boolean Write(BSTR* data);
			[id(11)] boolean ServerVariable(BSTR* Variable, BSTR* Result);
			[id(12)] boolean WriteLine(VARIANT idata);
			[id(13)] boolean WriteByte(short byte);
			[id(14)] boolean ServerSupport(VARIANT Function, BSTR* Data, long* Size, BSTR* DataType);
			[id(15)] boolean ServerDoneSession();
			[id(16)] boolean Redirect(VARIANT url);
			[id(17)] boolean SendURL(VARIANT url);
			[id(18)] boolean SendHeaders(VARIANT Status, VARIANT Headers);
			[id(19)] boolean MapURL2Path(VARIANT urlpath);
			//}}AFX_ODL_METHOD

	};

	//  Class information for CIsapiServer

	[ uuid(A3B7D306-647C-11D0-A7B2-444553540000) ]
	coclass ISAPISERVER
	{
		[default] dispinterface IIsapiServer;
	};

	//{{AFX_APPEND_ODL}}
};

⌨️ 快捷键说明

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