📄 activaut.h
字号:
#pragma option push -b -a8 -pc -A- /*P_O_Push*/
#pragma warning( disable: 4049 ) /* more than 64k source lines */
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 5.02.0235 */
/* at Sat Mar 27 02:00:54 1999
*/
/* Compiler settings for activaut.idl:
Oicf (OptLev=i2), W1, Zp8, env=Win32 (32b run), ms_ext, c_ext
error checks: allocation ref bounds_check enum stub_data
VC __declspec() decoration level:
__declspec(uuid()), __declspec(selectany), __declspec(novtable)
DECLSPEC_UUID(), MIDL_INTERFACE()
*/
//@@MIDL_FILE_HEADING( )
/* verify that the <rpcndr.h> version is high enough to compile this file*/
#ifndef __REQUIRED_RPCNDR_H_VERSION__
#define __REQUIRED_RPCNDR_H_VERSION__ 440
#endif
#include "rpc.h"
#include "rpcndr.h"
#ifndef __RPCNDR_H_VERSION__
#error this stub requires an updated version of <rpcndr.h>
#endif // __RPCNDR_H_VERSION__
#ifndef COM_NO_WINDOWS_H
#include "windows.h"
#include "ole2.h"
#endif /*COM_NO_WINDOWS_H*/
#ifndef __activaut_h__
#define __activaut_h__
/* Forward Declarations */
#ifndef __IScriptNode_FWD_DEFINED__
#define __IScriptNode_FWD_DEFINED__
typedef interface IScriptNode IScriptNode;
#endif /* __IScriptNode_FWD_DEFINED__ */
#ifndef __IScriptEntry_FWD_DEFINED__
#define __IScriptEntry_FWD_DEFINED__
typedef interface IScriptEntry IScriptEntry;
#endif /* __IScriptEntry_FWD_DEFINED__ */
#ifndef __IScriptScriptlet_FWD_DEFINED__
#define __IScriptScriptlet_FWD_DEFINED__
typedef interface IScriptScriptlet IScriptScriptlet;
#endif /* __IScriptScriptlet_FWD_DEFINED__ */
#ifndef __IActiveScriptAuthor_FWD_DEFINED__
#define __IActiveScriptAuthor_FWD_DEFINED__
typedef interface IActiveScriptAuthor IActiveScriptAuthor;
#endif /* __IActiveScriptAuthor_FWD_DEFINED__ */
#ifndef __IActiveScriptAuthorProcedure_FWD_DEFINED__
#define __IActiveScriptAuthorProcedure_FWD_DEFINED__
typedef interface IActiveScriptAuthorProcedure IActiveScriptAuthorProcedure;
#endif /* __IActiveScriptAuthorProcedure_FWD_DEFINED__ */
/* header files for imported files */
#include "ocidl.h"
#ifdef __cplusplus
extern "C"{
#endif
void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
void __RPC_USER MIDL_user_free( void __RPC_FAR * );
/* interface __MIDL_itf_activaut_0000 */
/* [local] */
//=--------------------------------------------------------------------------=
// ActivAut.h
//=--------------------------------------------------------------------------=
// (C) Copyright 1997 - 1999 Microsoft Corporation. All Rights Reserved.
//
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
// PARTICULAR PURPOSE.
//=--------------------------------------------------------------------------=
//
#pragma comment(lib,"uuid.lib")
//
// Declarations for ActiveX Script Authoring.
//
#ifndef __ActivAut_h
#define __ActivAut_h
/* GUIDs
********/
#ifndef _NO_AUTHOR_GUIDS
// {0AEE2A92-BCBB-11d0-8C72-00C04FC2B085}
DEFINE_GUID(CATID_ActiveScriptAuthor, 0xaee2a92, 0xbcbb, 0x11d0, 0x8c, 0x72, 0x0, 0xc0, 0x4f, 0xc2, 0xb0, 0x85);
// {9C109DA0-7006-11d1-B36C-00A0C911E8B2}
DEFINE_GUID(IID_IActiveScriptAuthor, 0x9c109da0, 0x7006, 0x11d1, 0xb3, 0x6c, 0x00, 0xa0, 0xc9, 0x11, 0xe8, 0xb2);
// {0AEE2A94-BCBB-11d0-8C72-00C04FC2B085}
DEFINE_GUID(IID_IScriptNode, 0xaee2a94, 0xbcbb, 0x11d0, 0x8c, 0x72, 0x0, 0xc0, 0x4f, 0xc2, 0xb0, 0x85);
// {0AEE2A95-BCBB-11d0-8C72-00C04FC2B085}
DEFINE_GUID(IID_IScriptEntry, 0xaee2a95, 0xbcbb, 0x11d0, 0x8c, 0x72, 0x0, 0xc0, 0x4f, 0xc2, 0xb0, 0x85);
// {0AEE2A96-BCBB-11d0-8C72-00C04FC2B085}
DEFINE_GUID(IID_IScriptScriptlet, 0xaee2a96, 0xbcbb, 0x11d0, 0x8c, 0x72, 0x0, 0xc0, 0x4f, 0xc2, 0xb0, 0x85);
// {7E2D4B70-BD9A-11d0-9336-00A0C90DCAA9}
DEFINE_GUID(IID_IActiveScriptAuthorProcedure, 0x7e2d4b70, 0xbd9a, 0x11d0, 0x93, 0x36, 0x0, 0xa0, 0xc9, 0xd, 0xca, 0xa9);
#endif // _NO_AUTHOR_GUIDS
/* Interfaces
*************/
// Output flags for GetLanguageFlags
const DWORD fasaPreferInternalHandler = 0x0001;
const DWORD fasaSupportInternalHandler = 0x0002;
const DWORD fasaCaseSensitive = 0x0004;
// Flags for statement completion
const DWORD SCRIPT_CMPL_NOLIST = 0x0000;
const DWORD SCRIPT_CMPL_MEMBERLIST = 0x0001;
const DWORD SCRIPT_CMPL_ENUMLIST = 0x0002;
const DWORD SCRIPT_CMPL_PARAMTIP = 0x0004;
const DWORD SCRIPT_CMPL_GLOBALLIST = 0x0008;
const DWORD SCRIPT_CMPL_ENUM_TRIGGER = 0x0001;
const DWORD SCRIPT_CMPL_MEMBER_TRIGGER = 0x0002;
const DWORD SCRIPT_CMPL_PARAM_TRIGGER = 0x0003;
const DWORD SCRIPT_CMPL_COMMIT = 0x0004;
// Flags for getting attributes
const DWORD GETATTRTYPE_NORMAL = 0x0000;
const DWORD GETATTRTYPE_DEPSCAN = 0x0001;
// GETATTRFLAG_THIS can be used with either GETATTRTYPE_NORMAL or GETATTRTYPE_DEPSCAN
const DWORD GETATTRFLAG_THIS = 0x0100;
const DWORD GETATTRFLAG_HUMANTEXT = 0x8000;
// When the GETATTR_LOCALIZE flag is set the following bit will be
// set for source attributes that should be considered localized
const DWORD SOURCETEXT_ATTR_HUMANTEXT = 0x8000;
// Valid attributes returned for GETATTR_DEPSCAN
const DWORD SOURCETEXT_ATTR_IDENTIFIER = 0x0100;
const DWORD SOURCETEXT_ATTR_MEMBERLOOKUP = 0x0200;
// When the GETATTRFLAG_THIS flag is set the following bit will be
// set for the this pointer (JS) or me pointer (VBS)
const DWORD SOURCETEXT_ATTR_THIS = 0x0400;
typedef WORD SOURCE_TEXT_ATTR;
extern RPC_IF_HANDLE __MIDL_itf_activaut_0000_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_activaut_0000_v0_0_s_ifspec;
#ifndef __IScriptNode_INTERFACE_DEFINED__
#define __IScriptNode_INTERFACE_DEFINED__
/* interface IScriptNode */
/* [object][unique][uuid] */
EXTERN_C const IID IID_IScriptNode;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("0AEE2A94-BCBB-11d0-8C72-00C04FC2B085")
IScriptNode : public IUnknown
{
public:
virtual HRESULT STDMETHODCALLTYPE Alive( void) = 0;
virtual HRESULT STDMETHODCALLTYPE Delete( void) = 0;
virtual HRESULT STDMETHODCALLTYPE GetParent(
/* [out] */ IScriptNode __RPC_FAR *__RPC_FAR *ppsnParent) = 0;
virtual HRESULT STDMETHODCALLTYPE GetIndexInParent(
/* [out] */ ULONG __RPC_FAR *pisn) = 0;
virtual HRESULT STDMETHODCALLTYPE GetCookie(
/* [out] */ DWORD __RPC_FAR *pdwCookie) = 0;
virtual HRESULT STDMETHODCALLTYPE GetNumberOfChildren(
/* [out] */ ULONG __RPC_FAR *pcsn) = 0;
virtual HRESULT STDMETHODCALLTYPE GetChild(
/* [in] */ ULONG isn,
/* [out] */ IScriptNode __RPC_FAR *__RPC_FAR *ppsn) = 0;
virtual HRESULT STDMETHODCALLTYPE GetLanguage(
/* [out] */ BSTR __RPC_FAR *pbstr) = 0;
virtual HRESULT STDMETHODCALLTYPE CreateChildEntry(
/* [in] */ ULONG isn,
/* [in] */ DWORD dwCookie,
/* [in] */ LPCOLESTR pszDelimiter,
/* [out] */ IScriptEntry __RPC_FAR *__RPC_FAR *ppse) = 0;
virtual HRESULT STDMETHODCALLTYPE CreateChildHandler(
/* [in] */ LPCOLESTR pszDefaultName,
/* [size_is][in] */ LPCOLESTR __RPC_FAR *prgpszNames,
/* [in] */ ULONG cpszNames,
/* [in] */ LPCOLESTR pszEvent,
/* [in] */ LPCOLESTR pszDelimiter,
/* [in] */ ITypeInfo __RPC_FAR *ptiSignature,
/* [in] */ ULONG iMethodSignature,
/* [in] */ ULONG isn,
/* [in] */ DWORD dwCookie,
/* [out] */ IScriptEntry __RPC_FAR *__RPC_FAR *ppse) = 0;
};
#else /* C style interface */
typedef struct IScriptNodeVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
IScriptNode __RPC_FAR * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
IScriptNode __RPC_FAR * This);
ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
IScriptNode __RPC_FAR * This);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Alive )(
IScriptNode __RPC_FAR * This);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Delete )(
IScriptNode __RPC_FAR * This);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetParent )(
IScriptNode __RPC_FAR * This,
/* [out] */ IScriptNode __RPC_FAR *__RPC_FAR *ppsnParent);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetIndexInParent )(
IScriptNode __RPC_FAR * This,
/* [out] */ ULONG __RPC_FAR *pisn);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetCookie )(
IScriptNode __RPC_FAR * This,
/* [out] */ DWORD __RPC_FAR *pdwCookie);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetNumberOfChildren )(
IScriptNode __RPC_FAR * This,
/* [out] */ ULONG __RPC_FAR *pcsn);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetChild )(
IScriptNode __RPC_FAR * This,
/* [in] */ ULONG isn,
/* [out] */ IScriptNode __RPC_FAR *__RPC_FAR *ppsn);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetLanguage )(
IScriptNode __RPC_FAR * This,
/* [out] */ BSTR __RPC_FAR *pbstr);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *CreateChildEntry )(
IScriptNode __RPC_FAR * This,
/* [in] */ ULONG isn,
/* [in] */ DWORD dwCookie,
/* [in] */ LPCOLESTR pszDelimiter,
/* [out] */ IScriptEntry __RPC_FAR *__RPC_FAR *ppse);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *CreateChildHandler )(
IScriptNode __RPC_FAR * This,
/* [in] */ LPCOLESTR pszDefaultName,
/* [size_is][in] */ LPCOLESTR __RPC_FAR *prgpszNames,
/* [in] */ ULONG cpszNames,
/* [in] */ LPCOLESTR pszEvent,
/* [in] */ LPCOLESTR pszDelimiter,
/* [in] */ ITypeInfo __RPC_FAR *ptiSignature,
/* [in] */ ULONG iMethodSignature,
/* [in] */ ULONG isn,
/* [in] */ DWORD dwCookie,
/* [out] */ IScriptEntry __RPC_FAR *__RPC_FAR *ppse);
END_INTERFACE
} IScriptNodeVtbl;
interface IScriptNode
{
CONST_VTBL struct IScriptNodeVtbl __RPC_FAR *lpVtbl;
};
#ifdef COBJMACROS
#define IScriptNode_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define IScriptNode_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define IScriptNode_Release(This) \
(This)->lpVtbl -> Release(This)
#define IScriptNode_Alive(This) \
(This)->lpVtbl -> Alive(This)
#define IScriptNode_Delete(This) \
(This)->lpVtbl -> Delete(This)
#define IScriptNode_GetParent(This,ppsnParent) \
(This)->lpVtbl -> GetParent(This,ppsnParent)
#define IScriptNode_GetIndexInParent(This,pisn) \
(This)->lpVtbl -> GetIndexInParent(This,pisn)
#define IScriptNode_GetCookie(This,pdwCookie) \
(This)->lpVtbl -> GetCookie(This,pdwCookie)
#define IScriptNode_GetNumberOfChildren(This,pcsn) \
(This)->lpVtbl -> GetNumberOfChildren(This,pcsn)
#define IScriptNode_GetChild(This,isn,ppsn) \
(This)->lpVtbl -> GetChild(This,isn,ppsn)
#define IScriptNode_GetLanguage(This,pbstr) \
(This)->lpVtbl -> GetLanguage(This,pbstr)
#define IScriptNode_CreateChildEntry(This,isn,dwCookie,pszDelimiter,ppse) \
(This)->lpVtbl -> CreateChildEntry(This,isn,dwCookie,pszDelimiter,ppse)
#define IScriptNode_CreateChildHandler(This,pszDefaultName,prgpszNames,cpszNames,pszEvent,pszDelimiter,ptiSignature,iMethodSignature,isn,dwCookie,ppse) \
(This)->lpVtbl -> CreateChildHandler(This,pszDefaultName,prgpszNames,cpszNames,pszEvent,pszDelimiter,ptiSignature,iMethodSignature,isn,dwCookie,ppse)
#endif /* COBJMACROS */
#endif /* C style interface */
HRESULT STDMETHODCALLTYPE IScriptNode_Alive_Proxy(
IScriptNode __RPC_FAR * This);
void __RPC_STUB IScriptNode_Alive_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
HRESULT STDMETHODCALLTYPE IScriptNode_Delete_Proxy(
IScriptNode __RPC_FAR * This);
void __RPC_STUB IScriptNode_Delete_Stub(
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -