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 / wintyp / wintyp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-03-30  |  2.1 KB  |  76 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:09:21 1998
  6.  */
  7. /* Compiler settings for wintyp.idl:
  8.     Os (OptLev=s), W1, Zp8, env=Win32, ms_ext, c_ext
  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 __wintyp_h__
  23. #define __wintyp_h__
  24.  
  25. #ifdef __cplusplus
  26. extern "C"{
  27. #endif 
  28.  
  29. /* Forward Declarations */ 
  30.  
  31. /* header files for imported files */
  32. #include "wtypes.h"
  33.  
  34. void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
  35. void __RPC_USER MIDL_user_free( void __RPC_FAR * ); 
  36.  
  37. #ifndef __wintyp_sample_INTERFACE_DEFINED__
  38. #define __wintyp_sample_INTERFACE_DEFINED__
  39.  
  40. /****************************************
  41.  * Generated header for interface: wintyp_sample
  42.  * at Mon Mar 30 03:09:21 1998
  43.  * using MIDL 3.03.0110
  44.  ****************************************/
  45. /* [implicit_handle][version][unique][uuid] */ 
  46.  
  47.  
  48. BOOL ChangeBitmapRemote( 
  49.     /* [in] */ unsigned short action,
  50.     /* [out][in] */ HBITMAP __RPC_FAR *bitmap);
  51.  
  52. void ShutDown( void);
  53.  
  54.  
  55. extern handle_t global_wintyp_sample_handle;
  56.  
  57.  
  58. extern RPC_IF_HANDLE wintyp_sample_v1_0_c_ifspec;
  59. extern RPC_IF_HANDLE wintyp_sample_v1_0_s_ifspec;
  60. #endif /* __wintyp_sample_INTERFACE_DEFINED__ */
  61.  
  62. /* Additional Prototypes for ALL interfaces */
  63.  
  64. unsigned long             __RPC_USER  HBITMAP_UserSize(     unsigned long __RPC_FAR *, unsigned long            , HBITMAP __RPC_FAR * ); 
  65. unsigned char __RPC_FAR * __RPC_USER  HBITMAP_UserMarshal(  unsigned long __RPC_FAR *, unsigned char __RPC_FAR *, HBITMAP __RPC_FAR * ); 
  66. unsigned char __RPC_FAR * __RPC_USER  HBITMAP_UserUnmarshal(unsigned long __RPC_FAR *, unsigned char __RPC_FAR *, HBITMAP __RPC_FAR * ); 
  67. void                      __RPC_USER  HBITMAP_UserFree(     unsigned long __RPC_FAR *, HBITMAP __RPC_FAR * ); 
  68.  
  69. /* end of Additional Prototypes */
  70.  
  71. #ifdef __cplusplus
  72. }
  73. #endif
  74.  
  75. #endif
  76.