home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / netds / rpc / pickle / picklt / picklt.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-03-30  |  1.9 KB  |  94 lines

  1. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  2.  
  3.  
  4. /* File created by MIDL compiler version 3.03.0110 */
  5. /* at Mon Mar 30 03:08:29 1998
  6.  */
  7. /* Compiler settings for picklt.idl:
  8.     Os (OptLev=s), W1, Zp8, env=Win32, ms_ext, c_ext, oldnames
  9.     error checks: none
  10. */
  11. //@@MIDL_FILE_HEADING(  )
  12.  
  13.  
  14. /* verify that the <rpcndr.h> version is high enough to compile this file*/
  15. #ifndef __REQUIRED_RPCNDR_H_VERSION__
  16. #define __REQUIRED_RPCNDR_H_VERSION__ 440
  17. #endif
  18.  
  19. #include "rpc.h"
  20. #include "rpcndr.h"
  21. #include "midles.h"
  22.  
  23. #ifndef __picklt_h__
  24. #define __picklt_h__
  25.  
  26. #ifdef __cplusplus
  27. extern "C"{
  28. #endif 
  29.  
  30. /* Forward Declarations */ 
  31.  
  32. void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
  33. void __RPC_USER MIDL_user_free( void __RPC_FAR * ); 
  34.  
  35. #ifndef __type_pickle_INTERFACE_DEFINED__
  36. #define __type_pickle_INTERFACE_DEFINED__
  37.  
  38. /****************************************
  39.  * Generated header for interface: type_pickle
  40.  * at Mon Mar 30 03:08:29 1998
  41.  * using MIDL 3.03.0110
  42.  ****************************************/
  43. /* [implicit_handle][unique][version][uuid] */ 
  44.  
  45.  
  46. #define    ARR_SIZE    ( 4 )
  47.  
  48. #define    BUFSIZE    ( 1024 )
  49.  
  50. typedef struct  _OBJECT1
  51.     {
  52.     long al[ 4 ];
  53.     unsigned short s;
  54.     }    OBJECT1;
  55.  
  56. typedef /* [decode][encode] */ struct  _OBJECT2
  57.     {
  58.     unsigned short sData;
  59.     OBJECT1 __RPC_FAR *pObject1;
  60.     }    OBJECT2;
  61.  
  62.  
  63. extern handle_t ImplicitPicHandle;
  64.  
  65.  
  66. extern RPC_IF_HANDLE type_pickle_ClientIfHandle;
  67. extern RPC_IF_HANDLE type_pickle_ServerIfHandle;
  68. #endif /* __type_pickle_INTERFACE_DEFINED__ */
  69.  
  70. /* Additional Prototypes for ALL interfaces */
  71.  
  72.  
  73. size_t
  74. OBJECT2_AlignSize(
  75.     OBJECT2 __RPC_FAR * _pType);
  76.  
  77.  
  78. void
  79. OBJECT2_Encode(
  80.     OBJECT2 __RPC_FAR * _pType);
  81.  
  82.  
  83. void
  84. OBJECT2_Decode(
  85.     OBJECT2 __RPC_FAR * _pType);
  86.  
  87. /* end of Additional Prototypes */
  88.  
  89. #ifdef __cplusplus
  90. }
  91. #endif
  92.  
  93. #endif
  94.