home *** CD-ROM | disk | FTP | other *** search
- /* this ALWAYS GENERATED file contains the definitions for the interfaces */
-
-
- /* File created by MIDL compiler version 3.01.75 */
- /* at Fri Sep 05 17:30:29 1997
- */
- /* Compiler settings for NetAuth.idl:
- Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext
- error checks: none
- */
- //@@MIDL_FILE_HEADING( )
- #include "rpc.h"
- #include "rpcndr.h"
- #ifndef COM_NO_WINDOWS_H
- #include "windows.h"
- #include "ole2.h"
- #endif /*COM_NO_WINDOWS_H*/
-
- #ifndef __NetAuth_h__
- #define __NetAuth_h__
-
- #ifdef __cplusplus
- extern "C"{
- #endif
-
- /* Forward Declarations */
-
- #ifndef __IAuth_FWD_DEFINED__
- #define __IAuth_FWD_DEFINED__
- typedef interface IAuth IAuth;
- #endif /* __IAuth_FWD_DEFINED__ */
-
-
- #ifndef __Auth_FWD_DEFINED__
- #define __Auth_FWD_DEFINED__
-
- #ifdef __cplusplus
- typedef class Auth Auth;
- #else
- typedef struct Auth Auth;
- #endif /* __cplusplus */
-
- #endif /* __Auth_FWD_DEFINED__ */
-
-
- /* header files for imported files */
- #include "oaidl.h"
- #include "ocidl.h"
-
- void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
- void __RPC_USER MIDL_user_free( void __RPC_FAR * );
-
- #ifndef __IAuth_INTERFACE_DEFINED__
- #define __IAuth_INTERFACE_DEFINED__
-
- /****************************************
- * Generated header for interface: IAuth
- * at Fri Sep 05 17:30:29 1997
- * using MIDL 3.01.75
- ****************************************/
- /* [unique][helpstring][dual][uuid][object] */
-
-
-
- EXTERN_C const IID IID_IAuth;
-
- #if defined(__cplusplus) && !defined(CINTERFACE)
-
- interface DECLSPEC_UUID("5544A00E-1E4C-11D1-A929-0080C7E28895")
- IAuth : public IDispatch
- {
- public:
- virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get__NewEnum(
- /* [retval][out] */ IUnknown __RPC_FAR *__RPC_FAR *retval) = 0;
-
- virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Username(
- /* [retval][out] */ BSTR __RPC_FAR *pstrUserName) = 0;
-
- virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_Username(
- /* [in] */ BSTR strUserName) = 0;
-
- virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Domain(
- /* [retval][out] */ BSTR __RPC_FAR *bstrDomain) = 0;
-
- virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_AuthMethod(
- /* [retval][out] */ BSTR __RPC_FAR *pbstrMethod) = 0;
-
- virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_UsingHTTPS(
- /* [retval][out] */ BSTR __RPC_FAR *pbstrUsingHTTPS) = 0;
-
- virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_IsAdmin(
- /* [retval][out] */ BOOL __RPC_FAR *pfIsAdmin) = 0;
-
- virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_IsInGroup(
- /* [in] */ BSTR bstrGroupName,
- /* [retval][out] */ BOOL __RPC_FAR *pfIsInGroup) = 0;
-
- };
-
- #else /* C style interface */
-
- typedef struct IAuthVtbl
- {
- BEGIN_INTERFACE
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
- IAuth __RPC_FAR * This,
- /* [in] */ REFIID riid,
- /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
-
- ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
- IAuth __RPC_FAR * This);
-
- ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
- IAuth __RPC_FAR * This);
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfoCount )(
- IAuth __RPC_FAR * This,
- /* [out] */ UINT __RPC_FAR *pctinfo);
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfo )(
- IAuth __RPC_FAR * This,
- /* [in] */ UINT iTInfo,
- /* [in] */ LCID lcid,
- /* [out] */ ITypeInfo __RPC_FAR *__RPC_FAR *ppTInfo);
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetIDsOfNames )(
- IAuth __RPC_FAR * This,
- /* [in] */ REFIID riid,
- /* [size_is][in] */ LPOLESTR __RPC_FAR *rgszNames,
- /* [in] */ UINT cNames,
- /* [in] */ LCID lcid,
- /* [size_is][out] */ DISPID __RPC_FAR *rgDispId);
-
- /* [local] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Invoke )(
- IAuth __RPC_FAR * This,
- /* [in] */ DISPID dispIdMember,
- /* [in] */ REFIID riid,
- /* [in] */ LCID lcid,
- /* [in] */ WORD wFlags,
- /* [out][in] */ DISPPARAMS __RPC_FAR *pDispParams,
- /* [out] */ VARIANT __RPC_FAR *pVarResult,
- /* [out] */ EXCEPINFO __RPC_FAR *pExcepInfo,
- /* [out] */ UINT __RPC_FAR *puArgErr);
-
- /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get__NewEnum )(
- IAuth __RPC_FAR * This,
- /* [retval][out] */ IUnknown __RPC_FAR *__RPC_FAR *retval);
-
- /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_Username )(
- IAuth __RPC_FAR * This,
- /* [retval][out] */ BSTR __RPC_FAR *pstrUserName);
-
- /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_Username )(
- IAuth __RPC_FAR * This,
- /* [in] */ BSTR strUserName);
-
- /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_Domain )(
- IAuth __RPC_FAR * This,
- /* [retval][out] */ BSTR __RPC_FAR *bstrDomain);
-
- /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_AuthMethod )(
- IAuth __RPC_FAR * This,
- /* [retval][out] */ BSTR __RPC_FAR *pbstrMethod);
-
- /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_UsingHTTPS )(
- IAuth __RPC_FAR * This,
- /* [retval][out] */ BSTR __RPC_FAR *pbstrUsingHTTPS);
-
- /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_IsAdmin )(
- IAuth __RPC_FAR * This,
- /* [retval][out] */ BOOL __RPC_FAR *pfIsAdmin);
-
- /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_IsInGroup )(
- IAuth __RPC_FAR * This,
- /* [in] */ BSTR bstrGroupName,
- /* [retval][out] */ BOOL __RPC_FAR *pfIsInGroup);
-
- END_INTERFACE
- } IAuthVtbl;
-
- interface IAuth
- {
- CONST_VTBL struct IAuthVtbl __RPC_FAR *lpVtbl;
- };
-
-
-
- #ifdef COBJMACROS
-
-
- #define IAuth_QueryInterface(This,riid,ppvObject) \
- (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
-
- #define IAuth_AddRef(This) \
- (This)->lpVtbl -> AddRef(This)
-
- #define IAuth_Release(This) \
- (This)->lpVtbl -> Release(This)
-
-
- #define IAuth_GetTypeInfoCount(This,pctinfo) \
- (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
-
- #define IAuth_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
- (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
-
- #define IAuth_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
- (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
-
- #define IAuth_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
- (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
-
-
- #define IAuth_get__NewEnum(This,retval) \
- (This)->lpVtbl -> get__NewEnum(This,retval)
-
- #define IAuth_get_Username(This,pstrUserName) \
- (This)->lpVtbl -> get_Username(This,pstrUserName)
-
- #define IAuth_put_Username(This,strUserName) \
- (This)->lpVtbl -> put_Username(This,strUserName)
-
- #define IAuth_get_Domain(This,bstrDomain) \
- (This)->lpVtbl -> get_Domain(This,bstrDomain)
-
- #define IAuth_get_AuthMethod(This,pbstrMethod) \
- (This)->lpVtbl -> get_AuthMethod(This,pbstrMethod)
-
- #define IAuth_get_UsingHTTPS(This,pbstrUsingHTTPS) \
- (This)->lpVtbl -> get_UsingHTTPS(This,pbstrUsingHTTPS)
-
- #define IAuth_get_IsAdmin(This,pfIsAdmin) \
- (This)->lpVtbl -> get_IsAdmin(This,pfIsAdmin)
-
- #define IAuth_get_IsInGroup(This,bstrGroupName,pfIsInGroup) \
- (This)->lpVtbl -> get_IsInGroup(This,bstrGroupName,pfIsInGroup)
-
- #endif /* COBJMACROS */
-
-
- #endif /* C style interface */
-
-
-
- /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IAuth_get__NewEnum_Proxy(
- IAuth __RPC_FAR * This,
- /* [retval][out] */ IUnknown __RPC_FAR *__RPC_FAR *retval);
-
-
- void __RPC_STUB IAuth_get__NewEnum_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
-
-
- /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IAuth_get_Username_Proxy(
- IAuth __RPC_FAR * This,
- /* [retval][out] */ BSTR __RPC_FAR *pstrUserName);
-
-
- void __RPC_STUB IAuth_get_Username_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
-
-
- /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IAuth_put_Username_Proxy(
- IAuth __RPC_FAR * This,
- /* [in] */ BSTR strUserName);
-
-
- void __RPC_STUB IAuth_put_Username_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
-
-
- /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IAuth_get_Domain_Proxy(
- IAuth __RPC_FAR * This,
- /* [retval][out] */ BSTR __RPC_FAR *bstrDomain);
-
-
- void __RPC_STUB IAuth_get_Domain_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
-
-
- /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IAuth_get_AuthMethod_Proxy(
- IAuth __RPC_FAR * This,
- /* [retval][out] */ BSTR __RPC_FAR *pbstrMethod);
-
-
- void __RPC_STUB IAuth_get_AuthMethod_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
-
-
- /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IAuth_get_UsingHTTPS_Proxy(
- IAuth __RPC_FAR * This,
- /* [retval][out] */ BSTR __RPC_FAR *pbstrUsingHTTPS);
-
-
- void __RPC_STUB IAuth_get_UsingHTTPS_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
-
-
- /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IAuth_get_IsAdmin_Proxy(
- IAuth __RPC_FAR * This,
- /* [retval][out] */ BOOL __RPC_FAR *pfIsAdmin);
-
-
- void __RPC_STUB IAuth_get_IsAdmin_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
-
-
- /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IAuth_get_IsInGroup_Proxy(
- IAuth __RPC_FAR * This,
- /* [in] */ BSTR bstrGroupName,
- /* [retval][out] */ BOOL __RPC_FAR *pfIsInGroup);
-
-
- void __RPC_STUB IAuth_get_IsInGroup_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
-
-
-
- #endif /* __IAuth_INTERFACE_DEFINED__ */
-
-
-
- #ifndef __NETAUTHLib_LIBRARY_DEFINED__
- #define __NETAUTHLib_LIBRARY_DEFINED__
-
- /****************************************
- * Generated header for library: NETAUTHLib
- * at Fri Sep 05 17:30:29 1997
- * using MIDL 3.01.75
- ****************************************/
- /* [helpstring][version][uuid] */
-
-
-
- EXTERN_C const IID LIBID_NETAUTHLib;
-
- #ifdef __cplusplus
- EXTERN_C const CLSID CLSID_Auth;
-
- class DECLSPEC_UUID("5544A00F-1E4C-11D1-A929-0080C7E28895")
- Auth;
- #endif
- #endif /* __NETAUTHLib_LIBRARY_DEFINED__ */
-
- /* Additional Prototypes for ALL interfaces */
-
- unsigned long __RPC_USER BSTR_UserSize( unsigned long __RPC_FAR *, unsigned long , BSTR __RPC_FAR * );
- unsigned char __RPC_FAR * __RPC_USER BSTR_UserMarshal( unsigned long __RPC_FAR *, unsigned char __RPC_FAR *, BSTR __RPC_FAR * );
- unsigned char __RPC_FAR * __RPC_USER BSTR_UserUnmarshal(unsigned long __RPC_FAR *, unsigned char __RPC_FAR *, BSTR __RPC_FAR * );
- void __RPC_USER BSTR_UserFree( unsigned long __RPC_FAR *, BSTR __RPC_FAR * );
-
- /* end of Additional Prototypes */
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif
-