📄 isapi_server.h
字号:
/** Interface of the ISAPI_Server class
* @file ISAPI_SoapServerFactory.h
* @author Christian Aberger
* Copyright (C) 2001 WebWare (http://www.webware.at)
*/
#ifndef ISAPI_H_F3A8FE11_2C12_11d5_8BEB
#define ISAPI_H_F3A8FE11_2C12_11d5_8BEB
#include <httpext.h>
/** Internet Server Application Programming Interface server.
*
*/
class ISAPI_Server {
public:
static DWORD HttpExtensionProc(EXTENSION_CONTROL_BLOCK *pECB);
static BOOL GetExtensionVersion(OUT HSE_VERSION_INFO *pVer);
static BOOL TerminateExtension(DWORD dwFlags);
};
#endif // ISAPI_H_F3A8FE11_2C12_11d5_8BEB
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -