DUNION.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:05:33 1998
  4.  */
  5. /* Compiler settings for dunion.idl:
  6.     Os (OptLev=s), W1, Zp8, env=Win32, ms_ext, c_ext, oldnames
  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 __dunion_h__
  17. #define __dunion_h__
  18. #ifdef __cplusplus
  19. extern "C"{
  20. #endif 
  21. /* Forward Declarations */ 
  22. void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
  23. void __RPC_USER MIDL_user_free( void __RPC_FAR * ); 
  24. #ifndef __dunion_INTERFACE_DEFINED__
  25. #define __dunion_INTERFACE_DEFINED__
  26. /****************************************
  27.  * Generated header for interface: dunion
  28.  * at Mon Mar 30 03:05:33 1998
  29.  * using MIDL 3.03.0110
  30.  ****************************************/
  31. /* [implicit_handle][unique][version][uuid] */ 
  32. typedef /* [public][public][public][public][public][switch_type] */ union __MIDL_dunion_0001
  33.     {
  34.     /* [case()] */ short sVal;
  35.     /* [case()] */ float fVal;
  36.     /* [case()] */ unsigned char chVal;
  37.     /* [default] */  /* Empty union arm */ 
  38.     } DISCRIM_UNION_PARAM_TYPE;
  39. typedef DISCRIM_UNION_PARAM_TYPE DISCRIM_UNION_FIELD_TYPE;
  40. typedef /* [public][public] */ struct  __MIDL_dunion_0002
  41.     {
  42.     short sDiscrim;
  43.     /* [switch_is] */ DISCRIM_UNION_FIELD_TYPE u;
  44.     } DISCRIM_UNION_STRUCT_TYPE;
  45. void UnionParamProc( 
  46.     /* [switch_is][in] */ DISCRIM_UNION_PARAM_TYPE __RPC_FAR *UnionParam,
  47.     /* [in] */ short sDiscrim);
  48. void UnionStructProc( 
  49.     /* [in] */ DISCRIM_UNION_STRUCT_TYPE __RPC_FAR *UnionStruct);
  50. void Shutdown( void);
  51. extern handle_t hDiscrim;
  52. extern RPC_IF_HANDLE dunion_ClientIfHandle;
  53. extern RPC_IF_HANDLE dunion_ServerIfHandle;
  54. #endif /* __dunion_INTERFACE_DEFINED__ */
  55. /* Additional Prototypes for ALL interfaces */
  56. /* end of Additional Prototypes */
  57. #ifdef __cplusplus
  58. }
  59. #endif
  60. #endif