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 / picklp / picklp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-03-30  |  1.9 KB  |  84 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:24 1998
  6.  */
  7. /* Compiler settings for picklp.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 __picklp_h__
  24. #define __picklp_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 __proc_pickle_INTERFACE_DEFINED__
  36. #define __proc_pickle_INTERFACE_DEFINED__
  37.  
  38. /****************************************
  39.  * Generated header for interface: proc_pickle
  40.  * at Mon Mar 30 03:08:24 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.     short s;
  54.     }    OBJECT1;
  55.  
  56. typedef struct  _OBJECT2
  57.     {
  58.     short sSize;
  59.     /* [size_is] */ short as[ 1 ];
  60.     }    OBJECT2;
  61.  
  62. /* [decode][encode] */ void ProcPickle( 
  63.     /* [string][out][in] */ unsigned char __RPC_FAR *pTextId,
  64.     /* [out][in] */ OBJECT1 __RPC_FAR *pObject1,
  65.     /* [out][in] */ OBJECT2 __RPC_FAR *pObject2);
  66.  
  67.  
  68. extern handle_t ImplicitPicHandle;
  69.  
  70.  
  71. extern RPC_IF_HANDLE proc_pickle_ClientIfHandle;
  72. extern RPC_IF_HANDLE proc_pickle_ServerIfHandle;
  73. #endif /* __proc_pickle_INTERFACE_DEFINED__ */
  74.  
  75. /* Additional Prototypes for ALL interfaces */
  76.  
  77. /* end of Additional Prototypes */
  78.  
  79. #ifdef __cplusplus
  80. }
  81. #endif
  82.  
  83. #endif
  84.