STROUT.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:09:11 1998
  4.  */
  5. /* Compiler settings for strout.idl:
  6.     Os (OptLev=s), W1, Zp8, env=Win32, ms_ext, c_ext
  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 __strout_h__
  17. #define __strout_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 __strout_sample_INTERFACE_DEFINED__
  25. #define __strout_sample_INTERFACE_DEFINED__
  26. /****************************************
  27.  * Generated header for interface: strout_sample
  28.  * at Mon Mar 30 03:09:11 1998
  29.  * using MIDL 3.03.0110
  30.  ****************************************/
  31. /* [implicit_handle][version][unique][uuid] */ 
  32. typedef /* [unique][string] */ unsigned char __RPC_FAR *str;
  33. void GetRemoteEnv( 
  34.     /* [out][in] */ unsigned long __RPC_FAR *Lines,
  35.     /* [size_is][size_is][out] */ str __RPC_FAR *__RPC_FAR *EnvBlock);
  36. void ShutDown( void);
  37. extern handle_t global_strout_sample_handle;
  38. extern RPC_IF_HANDLE strout_sample_v1_0_c_ifspec;
  39. extern RPC_IF_HANDLE strout_sample_v1_0_s_ifspec;
  40. #endif /* __strout_sample_INTERFACE_DEFINED__ */
  41. /* Additional Prototypes for ALL interfaces */
  42. /* end of Additional Prototypes */
  43. #ifdef __cplusplus
  44. }
  45. #endif
  46. #endif