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 / data / xmit / xmit.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-03-30  |  2.2 KB  |  88 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:06:10 1998
  6.  */
  7. /* Compiler settings for xmit.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.  
  22. #ifndef __xmit_h__
  23. #define __xmit_h__
  24.  
  25. #ifdef __cplusplus
  26. extern "C"{
  27. #endif 
  28.  
  29. /* Forward Declarations */ 
  30.  
  31. void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
  32. void __RPC_USER MIDL_user_free( void __RPC_FAR * ); 
  33.  
  34. #ifndef __xmit_INTERFACE_DEFINED__
  35. #define __xmit_INTERFACE_DEFINED__
  36.  
  37. /****************************************
  38.  * Generated header for interface: xmit
  39.  * at Mon Mar 30 03:06:10 1998
  40.  * using MIDL 3.03.0110
  41.  ****************************************/
  42. /* [implicit_handle][unique][version][uuid] */ 
  43.  
  44.  
  45. typedef struct  _DOUBLE_LINK_LIST
  46.     {
  47.     short sNumber;
  48.     struct _DOUBLE_LINK_LIST __RPC_FAR *pNext;
  49.     struct _DOUBLE_LINK_LIST __RPC_FAR *pPrevious;
  50.     }    DOUBLE_LINK_LIST;
  51.  
  52. typedef struct  _DOUBLE_XMIT_TYPE
  53.     {
  54.     short sSize;
  55.     /* [size_is] */ short asNumber[ 1 ];
  56.     }    DOUBLE_XMIT_TYPE;
  57.  
  58. typedef /* [transmit_as] */ DOUBLE_LINK_LIST DOUBLE_LINK_TYPE;
  59.  
  60. void ModifyListProc( 
  61.     /* [out][in] */ DOUBLE_LINK_TYPE __RPC_FAR *pHead);
  62.  
  63. void Shutdown( void);
  64.  
  65.  
  66. extern handle_t hXmit;
  67.  
  68.  
  69. extern RPC_IF_HANDLE xmit_ClientIfHandle;
  70. extern RPC_IF_HANDLE xmit_ServerIfHandle;
  71. #endif /* __xmit_INTERFACE_DEFINED__ */
  72.  
  73. /* Additional Prototypes for ALL interfaces */
  74.  
  75.  
  76. void __RPC_USER DOUBLE_LINK_TYPE_to_xmit( DOUBLE_LINK_TYPE __RPC_FAR *, DOUBLE_XMIT_TYPE  __RPC_FAR * __RPC_FAR * );
  77. void __RPC_USER DOUBLE_LINK_TYPE_from_xmit( DOUBLE_XMIT_TYPE  __RPC_FAR *, DOUBLE_LINK_TYPE __RPC_FAR * );
  78. void __RPC_USER DOUBLE_LINK_TYPE_free_inst( DOUBLE_LINK_TYPE __RPC_FAR * );
  79. void __RPC_USER DOUBLE_LINK_TYPE_free_xmit( DOUBLE_XMIT_TYPE  __RPC_FAR * );
  80.  
  81. /* end of Additional Prototypes */
  82.  
  83. #ifdef __cplusplus
  84. }
  85. #endif
  86.  
  87. #endif
  88.