PICKLT.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:08:29 1998
  4.  */
  5. /* Compiler settings for picklt.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. #include "midles.h"
  17. #ifndef __picklt_h__
  18. #define __picklt_h__
  19. #ifdef __cplusplus
  20. extern "C"{
  21. #endif 
  22. /* Forward Declarations */ 
  23. void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
  24. void __RPC_USER MIDL_user_free( void __RPC_FAR * ); 
  25. #ifndef __type_pickle_INTERFACE_DEFINED__
  26. #define __type_pickle_INTERFACE_DEFINED__
  27. /****************************************
  28.  * Generated header for interface: type_pickle
  29.  * at Mon Mar 30 03:08:29 1998
  30.  * using MIDL 3.03.0110
  31.  ****************************************/
  32. /* [implicit_handle][unique][version][uuid] */ 
  33. #define ARR_SIZE ( 4 )
  34. #define BUFSIZE ( 1024 )
  35. typedef struct  _OBJECT1
  36.     {
  37.     long al[ 4 ];
  38.     unsigned short s;
  39.     } OBJECT1;
  40. typedef /* [decode][encode] */ struct  _OBJECT2
  41.     {
  42.     unsigned short sData;
  43.     OBJECT1 __RPC_FAR *pObject1;
  44.     } OBJECT2;
  45. extern handle_t ImplicitPicHandle;
  46. extern RPC_IF_HANDLE type_pickle_ClientIfHandle;
  47. extern RPC_IF_HANDLE type_pickle_ServerIfHandle;
  48. #endif /* __type_pickle_INTERFACE_DEFINED__ */
  49. /* Additional Prototypes for ALL interfaces */
  50. size_t
  51. OBJECT2_AlignSize(
  52.     OBJECT2 __RPC_FAR * _pType);
  53. void
  54. OBJECT2_Encode(
  55.     OBJECT2 __RPC_FAR * _pType);
  56. void
  57. OBJECT2_Decode(
  58.     OBJECT2 __RPC_FAR * _pType);
  59. /* end of Additional Prototypes */
  60. #ifdef __cplusplus
  61. }
  62. #endif
  63. #endif