CXHNDL.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:2k
源码类别:

Windows编程

开发平台:

Visual C++

  1. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  2. /* File created by MIDL compiler version 3.03.0110 */
  3. /* at Mon Mar 30 03:07:20 1998
  4.  */
  5. /* Compiler settings for cxhndl.idl:
  6.     Os (OptLev=s), W1, Zp8, env=Win32, ms_ext, c_ext, oldnames
  7.     error checks: none
  8. */
  9. //@@MIDL_FILE_HEADING(  )
  10. /* verify that the <rpcndr.h> version is high enough to compile this file*/
  11. #ifndef __REQUIRED_RPCNDR_H_VERSION__
  12. #define __REQUIRED_RPCNDR_H_VERSION__ 440
  13. #endif
  14. #include "rpc.h"
  15. #include "rpcndr.h"
  16. #ifndef __cxhndl_h__
  17. #define __cxhndl_h__
  18. #ifdef __cplusplus
  19. extern "C"{
  20. #endif 
  21. /* Forward Declarations */ 
  22. void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
  23. void __RPC_USER MIDL_user_free( void __RPC_FAR * ); 
  24. #ifndef __cxhndl_INTERFACE_DEFINED__
  25. #define __cxhndl_INTERFACE_DEFINED__
  26. /****************************************
  27.  * Generated header for interface: cxhndl
  28.  * at Mon Mar 30 03:07:20 1998
  29.  * using MIDL 3.03.0110
  30.  ****************************************/
  31. /* [implicit_handle][unique][version][uuid] */ 
  32. #define BUFSIZE ( 1024 )
  33. typedef /* [context_handle] */ void __RPC_FAR *PCONTEXT_HANDLE_TYPE;
  34. short RemoteOpen( 
  35.     /* [out] */ PCONTEXT_HANDLE_TYPE __RPC_FAR *pphContext,
  36.     /* [string][in] */ unsigned char __RPC_FAR *pszFile);
  37. short RemoteRead( 
  38.     /* [in] */ PCONTEXT_HANDLE_TYPE phContext,
  39.     /* [out] */ unsigned char __RPC_FAR achBuf[ 1024 ],
  40.     /* [out] */ short __RPC_FAR *pcbBuf);
  41. short RemoteClose( 
  42.     /* [out][in] */ PCONTEXT_HANDLE_TYPE __RPC_FAR *pphContext);
  43. void Shutdown( void);
  44. extern handle_t hStarter;
  45. extern RPC_IF_HANDLE cxhndl_ClientIfHandle;
  46. extern RPC_IF_HANDLE cxhndl_ServerIfHandle;
  47. #endif /* __cxhndl_INTERFACE_DEFINED__ */
  48. /* Additional Prototypes for ALL interfaces */
  49. void __RPC_USER PCONTEXT_HANDLE_TYPE_rundown( PCONTEXT_HANDLE_TYPE );
  50. /* end of Additional Prototypes */
  51. #ifdef __cplusplus
  52. }
  53. #endif
  54. #endif