home *** CD-ROM | disk | FTP | other *** search
- // 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}}
- };
-