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 / repas / repasc.h < prev    next >
C/C++ Source or Header  |  1998-03-30  |  2KB  |  82 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:05:50 1998
  6.  */
  7. /* Compiler settings for repas.idl, repasc.acf:
  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 __repasc_h__
  23. #define __repasc_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 __repas_INTERFACE_DEFINED__
  35. #define __repas_INTERFACE_DEFINED__
  36.  
  37. /****************************************
  38.  * Generated header for interface: repas
  39.  * at Mon Mar 30 03:05:50 1998
  40.  * using MIDL 3.03.0110
  41.  ****************************************/
  42. /* [implicit_handle][unique][version][uuid] */ 
  43.  
  44.  
  45. #define    STRING_SIZE    ( 100 )
  46.  
  47. typedef unsigned char __RPC_FAR CHAR_STRING[ 100 ];
  48.  
  49. typedef /* [represent_as] */ wchar_t __RPC_FAR WCHAR_STRING[ 100 ];
  50.  
  51. void ModifyMyWString( 
  52.     /* [out][in] */ CHAR_STRING __RPC_FAR *pStr);
  53.  
  54. void ModifyMyString( 
  55.     /* [out][in] */ CHAR_STRING __RPC_FAR *pStr);
  56.  
  57. void Shutdown( void);
  58.  
  59.  
  60. extern handle_t hrepas;
  61.  
  62.  
  63. extern RPC_IF_HANDLE repas_ClientIfHandle;
  64. extern RPC_IF_HANDLE repas_ServerIfHandle;
  65. #endif /* __repas_INTERFACE_DEFINED__ */
  66.  
  67. /* Additional Prototypes for ALL interfaces */
  68.  
  69.  
  70. void __RPC_USER WCHAR_STRING_from_local( CHAR_STRING __RPC_FAR *, WCHAR_STRING __RPC_FAR * __RPC_FAR * );
  71. void __RPC_USER WCHAR_STRING_to_local( WCHAR_STRING __RPC_FAR *, CHAR_STRING __RPC_FAR * );
  72.  void __RPC_USER WCHAR_STRING_free_inst( WCHAR_STRING __RPC_FAR * );
  73. void __RPC_USER WCHAR_STRING_free_local( CHAR_STRING __RPC_FAR * );
  74.  
  75. /* end of Additional Prototypes */
  76.  
  77. #ifdef __cplusplus
  78. }
  79. #endif
  80.  
  81. #endif
  82.