WINTYP.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:2k
源码类别:

Windows编程

开发平台:

Visual C++

  1. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  2. /* File created by MIDL compiler version 3.03.0110 */
  3. /* at Mon Mar 30 03:09:21 1998
  4.  */
  5. /* Compiler settings for wintyp.idl:
  6.     Os (OptLev=s), W1, Zp8, env=Win32, ms_ext, c_ext
  7.     error checks: none
  8. */
  9. //@@MIDL_FILE_HEADING(  )
  10. /* verify that the <rpcndr.h> version is high enough to compile this file*/
  11. #ifndef __REQUIRED_RPCNDR_H_VERSION__
  12. #define __REQUIRED_RPCNDR_H_VERSION__ 440
  13. #endif
  14. #include "rpc.h"
  15. #include "rpcndr.h"
  16. #ifndef __wintyp_h__
  17. #define __wintyp_h__
  18. #ifdef __cplusplus
  19. extern "C"{
  20. #endif 
  21. /* Forward Declarations */ 
  22. /* header files for imported files */
  23. #include "wtypes.h"
  24. void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
  25. void __RPC_USER MIDL_user_free( void __RPC_FAR * ); 
  26. #ifndef __wintyp_sample_INTERFACE_DEFINED__
  27. #define __wintyp_sample_INTERFACE_DEFINED__
  28. /****************************************
  29.  * Generated header for interface: wintyp_sample
  30.  * at Mon Mar 30 03:09:21 1998
  31.  * using MIDL 3.03.0110
  32.  ****************************************/
  33. /* [implicit_handle][version][unique][uuid] */ 
  34. BOOL ChangeBitmapRemote( 
  35.     /* [in] */ unsigned short action,
  36.     /* [out][in] */ HBITMAP __RPC_FAR *bitmap);
  37. void ShutDown( void);
  38. extern handle_t global_wintyp_sample_handle;
  39. extern RPC_IF_HANDLE wintyp_sample_v1_0_c_ifspec;
  40. extern RPC_IF_HANDLE wintyp_sample_v1_0_s_ifspec;
  41. #endif /* __wintyp_sample_INTERFACE_DEFINED__ */
  42. /* Additional Prototypes for ALL interfaces */
  43. unsigned long             __RPC_USER  HBITMAP_UserSize(     unsigned long __RPC_FAR *, unsigned long            , HBITMAP __RPC_FAR * ); 
  44. unsigned char __RPC_FAR * __RPC_USER  HBITMAP_UserMarshal(  unsigned long __RPC_FAR *, unsigned char __RPC_FAR *, HBITMAP __RPC_FAR * ); 
  45. unsigned char __RPC_FAR * __RPC_USER  HBITMAP_UserUnmarshal(unsigned long __RPC_FAR *, unsigned char __RPC_FAR *, HBITMAP __RPC_FAR * ); 
  46. void                      __RPC_USER  HBITMAP_UserFree(     unsigned long __RPC_FAR *, HBITMAP __RPC_FAR * ); 
  47. /* end of Additional Prototypes */
  48. #ifdef __cplusplus
  49. }
  50. #endif
  51. #endif