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

📄 mstvca.h

📁 Direct8.1SDK 游戏编程必备SDK 8.1版适用范围广些
💻 H
📖 第 1 页 / 共 5 页
字号:
#define ICAManagerXProxy_get_PunkCAManagerProxy(This,ppUnkCAManagerProxy)	\
    (This)->lpVtbl -> get_PunkCAManagerProxy(This,ppUnkCAManagerProxy)

#define ICAManagerXProxy_NotifyRequestActivated_XProxy(This,pReq)	\
    (This)->lpVtbl -> NotifyRequestActivated_XProxy(This,pReq)

#define ICAManagerXProxy_NotifyRequestDeactivated_XProxy(This,pReq)	\
    (This)->lpVtbl -> NotifyRequestDeactivated_XProxy(This,pReq)

#define ICAManagerXProxy_NotifyOfferAdded_XProxy(This,pOffer,cOffers)	\
    (This)->lpVtbl -> NotifyOfferAdded_XProxy(This,pOffer,cOffers)

#define ICAManagerXProxy_NotifyOfferRemoved_XProxy(This,pOffer,cOffers)	\
    (This)->lpVtbl -> NotifyOfferRemoved_XProxy(This,pOffer,cOffers)

#define ICAManagerXProxy_NotifyPolicyAdded_XProxy(This,pPolicy,cPolicies)	\
    (This)->lpVtbl -> NotifyPolicyAdded_XProxy(This,pPolicy,cPolicies)

#define ICAManagerXProxy_NotifyPolicyRemoved_XProxy(This,pPolicy,cPolicies)	\
    (This)->lpVtbl -> NotifyPolicyRemoved_XProxy(This,pPolicy,cPolicies)

#define ICAManagerXProxy_NotifyRequestDenialAdded_XProxy(This,pReq,pDenial,cDenials)	\
    (This)->lpVtbl -> NotifyRequestDenialAdded_XProxy(This,pReq,pDenial,cDenials)

#define ICAManagerXProxy_NotifyRequestDenialRemoved_XProxy(This,pReq,pDenial,cDenials)	\
    (This)->lpVtbl -> NotifyRequestDenialRemoved_XProxy(This,pReq,pDenial,cDenials)

#define ICAManagerXProxy_NotifyDenialTollAdded_XProxy(This,pDenial,pToll,cTolls)	\
    (This)->lpVtbl -> NotifyDenialTollAdded_XProxy(This,pDenial,pToll,cTolls)

#define ICAManagerXProxy_NotifyDenialTollRemoved_XProxy(This,pDenial,pToll,cTolls)	\
    (This)->lpVtbl -> NotifyDenialTollRemoved_XProxy(This,pDenial,pToll,cTolls)

#define ICAManagerXProxy_NotifyTollDenialAdded_XProxy(This,pToll,pDenial,cDenials)	\
    (This)->lpVtbl -> NotifyTollDenialAdded_XProxy(This,pToll,pDenial,cDenials)

#define ICAManagerXProxy_NotifyTollDenialRemoved_XProxy(This,pToll,pDenial,cDenials)	\
    (This)->lpVtbl -> NotifyTollDenialRemoved_XProxy(This,pToll,pDenial,cDenials)

#define ICAManagerXProxy_NotifyOfferTollAdded_XProxy(This,pOffer,pToll,cTolls)	\
    (This)->lpVtbl -> NotifyOfferTollAdded_XProxy(This,pOffer,pToll,cTolls)

#define ICAManagerXProxy_NotifyOfferTollRemoved_XProxy(This,pOffer,pToll,cTolls)	\
    (This)->lpVtbl -> NotifyOfferTollRemoved_XProxy(This,pOffer,pToll,cTolls)

#define ICAManagerXProxy_NotifyTollStateChanged_XProxy(This,pToll,enStateLast)	\
    (This)->lpVtbl -> NotifyTollStateChanged_XProxy(This,pToll,enStateLast)

#define ICAManagerXProxy_NotifyDenialStateChanged_XProxy(This,pDenial,enStateLast)	\
    (This)->lpVtbl -> NotifyDenialStateChanged_XProxy(This,pDenial,enStateLast)

#define ICAManagerXProxy_NotifyComponentDenialAdded_XProxy(This,pReq,pDenial,cDenials)	\
    (This)->lpVtbl -> NotifyComponentDenialAdded_XProxy(This,pReq,pDenial,cDenials)

#define ICAManagerXProxy_NotifyComponentDenialRemoved_XProxy(This,pReq,pDenial,cDenials)	\
    (This)->lpVtbl -> NotifyComponentDenialRemoved_XProxy(This,pReq,pDenial,cDenials)

#endif /* COBJMACROS */


#endif 	/* C style interface */



/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ICAManagerXProxy_get_PunkCAManagerProxy_Proxy( 
    ICAManagerXProxy * This,
    /* [retval][out] */ IUnknown **ppUnkCAManagerProxy);


void __RPC_STUB ICAManagerXProxy_get_PunkCAManagerProxy_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ICAManagerXProxy_NotifyRequestActivated_XProxy_Proxy( 
    ICAManagerXProxy * This,
    /* [in] */ ICARequest *pReq);


void __RPC_STUB ICAManagerXProxy_NotifyRequestActivated_XProxy_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ICAManagerXProxy_NotifyRequestDeactivated_XProxy_Proxy( 
    ICAManagerXProxy * This,
    /* [in] */ ICARequest *pReq);


void __RPC_STUB ICAManagerXProxy_NotifyRequestDeactivated_XProxy_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ICAManagerXProxy_NotifyOfferAdded_XProxy_Proxy( 
    ICAManagerXProxy * This,
    /* [in] */ ICAOffer *pOffer,
    /* [in] */ long cOffers);


void __RPC_STUB ICAManagerXProxy_NotifyOfferAdded_XProxy_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ICAManagerXProxy_NotifyOfferRemoved_XProxy_Proxy( 
    ICAManagerXProxy * This,
    /* [in] */ ICAOffer *pOffer,
    /* [in] */ long cOffers);


void __RPC_STUB ICAManagerXProxy_NotifyOfferRemoved_XProxy_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ICAManagerXProxy_NotifyPolicyAdded_XProxy_Proxy( 
    ICAManagerXProxy * This,
    /* [in] */ ICAPolicy *pPolicy,
    /* [in] */ long cPolicies);


void __RPC_STUB ICAManagerXProxy_NotifyPolicyAdded_XProxy_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ICAManagerXProxy_NotifyPolicyRemoved_XProxy_Proxy( 
    ICAManagerXProxy * This,
    /* [in] */ ICAPolicy *pPolicy,
    /* [in] */ long cPolicies);


void __RPC_STUB ICAManagerXProxy_NotifyPolicyRemoved_XProxy_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ICAManagerXProxy_NotifyRequestDenialAdded_XProxy_Proxy( 
    ICAManagerXProxy * This,
    /* [in] */ ICARequest *pReq,
    /* [in] */ ICADenial *pDenial,
    /* [in] */ long cDenials);


void __RPC_STUB ICAManagerXProxy_NotifyRequestDenialAdded_XProxy_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ICAManagerXProxy_NotifyRequestDenialRemoved_XProxy_Proxy( 
    ICAManagerXProxy * This,
    /* [in] */ ICARequest *pReq,
    /* [in] */ ICADenial *pDenial,
    /* [in] */ long cDenials);


void __RPC_STUB ICAManagerXProxy_NotifyRequestDenialRemoved_XProxy_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ICAManagerXProxy_NotifyDenialTollAdded_XProxy_Proxy( 
    ICAManagerXProxy * This,
    /* [in] */ ICADenial *pDenial,
    /* [in] */ ICAToll *pToll,
    /* [in] */ long cTolls);


void __RPC_STUB ICAManagerXProxy_NotifyDenialTollAdded_XProxy_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ICAManagerXProxy_NotifyDenialTollRemoved_XProxy_Proxy( 
    ICAManagerXProxy * This,
    /* [in] */ ICADenial *pDenial,
    /* [in] */ ICAToll *pToll,
    /* [in] */ long cTolls);


void __RPC_STUB ICAManagerXProxy_NotifyDenialTollRemoved_XProxy_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ICAManagerXProxy_NotifyTollDenialAdded_XProxy_Proxy( 
    ICAManagerXProxy * This,
    /* [in] */ ICAToll *pToll,
    /* [in] */ ICADenial *pDenial,
    /* [in] */ long cDenials);


void __RPC_STUB ICAManagerXProxy_NotifyTollDenialAdded_XProxy_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ICAManagerXProxy_NotifyTollDenialRemoved_XProxy_Proxy( 
    ICAManagerXProxy * This,
    /* [in] */ ICAToll *pToll,
    /* [in] */ ICADenial *pDenial,
    /* [in] */ long cDenials);


void __RPC_STUB ICAManagerXProxy_NotifyTollDenialRemoved_XProxy_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ICAManagerXProxy_NotifyOfferTollAdded_XProxy_Proxy( 
    ICAManagerXProxy * This,
    /* [in] */ ICAOffer *pOffer,
    /* [in] */ ICAToll *pToll,
    /* [in] */ long cTolls);


void __RPC_STUB ICAManagerXProxy_NotifyOfferTollAdded_XProxy_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ICAManagerXProxy_NotifyOfferTollRemoved_XProxy_Proxy( 
    ICAManagerXProxy * This,
    /* [in] */ ICAOffer *pOffer,
    /* [in] */ ICAToll *pToll,
    /* [in] */ long cTolls);


void __RPC_STUB ICAManagerXProxy_NotifyOfferTollRemoved_XProxy_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ICAManagerXProxy_NotifyTollStateChanged_XProxy_Proxy( 
    ICAManagerXProxy * This,
    /* [in] */ ICAToll *pToll,
    /* [in] */ CATollState enStateLast);


void __RPC_STUB ICAManagerXProxy_NotifyTollStateChanged_XProxy_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ICAManagerXProxy_NotifyDenialStateChanged_XProxy_Proxy( 
    ICAManagerXProxy * This,
    /* [in] */ ICADenial *pDenial,
    /* [in] */ CADenialState enStateLast);


void __RPC_STUB ICAManagerXProxy_NotifyDenialStateChanged_XProxy_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ICAManagerXProxy_NotifyComponentDenialAdded_XProxy_Proxy( 
    ICAManagerXProxy * This,
    /* [in] */ ICAComponent *pReq,
    /* [in] */ ICADenial *pDenial,
    /* [in] */ long cDenials);


void __RPC_STUB ICAManagerXProxy_NotifyComponentDenialAdded_XProxy_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ICAManagerXProxy_NotifyComponentDenialRemoved_XProxy_Proxy( 
    ICAManagerXProxy * This,
    /* [in] */ ICAComponent *pReq,
    /* [in] */ ICADenial *pDenial,
    /* [in] */ long cDenials);


void __RPC_STUB ICAManagerXProxy_NotifyComponentDenialRemoved_XProxy_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);



#endif 	/* __ICAManagerXProxy_INTERFACE_DEFINED__ */


#ifndef __ICAPolicies_INTERFACE_DEFINED__
#define __ICAPolicies_INTERFACE_DEFINED__

/* interface ICAPolicies */
/* [unique][helpstring][dual][uuid][object] */ 


EXTERN_C const IID IID_ICAPolicies;

#if defined(__cplusplus) && !defined(CINTERFACE)
    
    MIDL_INTERFACE("11166420-DF8A-463a-B620-7BEC23542010")
    ICAPolicies : public IDispatch
    {
    public:
        virtual /* [restricted][id][propget] */ HRESULT STDMETHODCALLTYPE get__NewEnum( 
            /* [retval][out] */ IUnknown **ppCollection) = 0;
        
        virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_Count( 
            /* [retval][out] */ long *Count) = 0;
        
        virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_Item( 
            /* [in] */ VARIANT Index,
            /* [retval][out] */ ICAPolicy **ppPolicy) = 0;
        
        virtual /* [id] */ HRESULT STDMETHODCALLTYPE Add( 
            /* [in] */ ICAPolicy *pPolicy) = 0;
        
        virtual /* [id] */ HRESULT STDMETHODCALLTYPE Remove( 
            /* [in] */ VARIANT Index) = 0;
        
    };
    
#else 	/* C style interface */

    typedef struct ICAPoliciesVtbl
    {
        BEGIN_INTERFACE
        
        HRESULT ( STDMETHODCALLTYPE *QueryInterface )( 
            ICAPolicies * This,
            /* [in] */ REFIID riid,
            /* [iid_is][out] */ void **ppvObject);
        
        ULONG ( STDMETHODCALLTYPE *AddRef )( 
            ICAPolicies * This);
        
        ULONG ( STDMETHODCALLTYPE *Release )( 
            ICAPolicies * This);
        
        HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )( 

⌨️ 快捷键说明

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