Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

117 lines
2.6 KiB

  1. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  2. /* File created by MIDL compiler version 6.00.0361 */
  3. /* Compiler settings for iface.idl:
  4. Oicf, W1, Zp8, env=Win32 (32b run)
  5. protocol : dce , ms_ext, c_ext, oldnames, robust
  6. error checks: allocation ref bounds_check enum stub_data
  7. VC __declspec() decoration level:
  8. __declspec(uuid()), __declspec(selectany), __declspec(novtable)
  9. DECLSPEC_UUID(), MIDL_INTERFACE()
  10. */
  11. //@@MIDL_FILE_HEADING( )
  12. #pragma warning( disable: 4049 ) /* more than 64k source lines */
  13. /* verify that the <rpcndr.h> version is high enough to compile this file*/
  14. #ifndef __REQUIRED_RPCNDR_H_VERSION__
  15. #define __REQUIRED_RPCNDR_H_VERSION__ 475
  16. #endif
  17. #include "rpc.h"
  18. #include "rpcndr.h"
  19. #ifndef __RPCNDR_H_VERSION__
  20. #error this stub requires an updated version of <rpcndr.h>
  21. #endif // __RPCNDR_H_VERSION__
  22. #ifndef __iface_h__
  23. #define __iface_h__
  24. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  25. #pragma once
  26. #endif
  27. /* Forward Declarations */
  28. /* header files for imported files */
  29. #include "wtypes.h"
  30. #include "obase.h"
  31. #ifdef __cplusplus
  32. extern "C"{
  33. #endif
  34. void * __RPC_USER MIDL_user_allocate(size_t);
  35. void __RPC_USER MIDL_user_free( void * );
  36. #ifndef __XmitDefs_INTERFACE_DEFINED__
  37. #define __XmitDefs_INTERFACE_DEFINED__
  38. /* interface XmitDefs */
  39. /* [auto_handle][unique][version][uuid] */
  40. #define ORPCF_INPUT_SYNC ( ORPCF_RESERVED1 )
  41. #define ORPCF_ASYNC ( ORPCF_RESERVED2 )
  42. #define ORPCF_DYNAMIC_CLOAKING ( ORPCF_RESERVED3 )
  43. #define ORPCF_REJECTED ( ORPCF_RESERVED1 )
  44. #define ORPCF_RETRY_LATER ( ORPCF_RESERVED2 )
  45. typedef /* [public] */ struct __MIDL_XmitDefs_0001
  46. {
  47. DWORD dwFlags;
  48. DWORD dwClientThread;
  49. } LOCALTHIS;
  50. typedef
  51. enum tagLOCALFLAG
  52. { LOCALF_NONE = 0,
  53. LOCALF_NONNDR = 0x800
  54. } LOCALFLAG;
  55. typedef
  56. enum tagCALLCATEGORY
  57. { CALLCAT_NOCALL = 0,
  58. CALLCAT_SYNCHRONOUS = 1,
  59. CALLCAT_ASYNC = 2,
  60. CALLCAT_INPUTSYNC = 3,
  61. CALLCAT_INTERNALSYNC = 4,
  62. CALLCAT_INTERNALINPUTSYNC = 5,
  63. CALLCAT_SCMCALL = 6
  64. } CALLCATEGORY;
  65. typedef struct tagInterfaceData
  66. {
  67. ULONG ulCntData;
  68. /* [length_is] */ BYTE abData[ 1024 ];
  69. } InterfaceData;
  70. typedef /* [unique] */ InterfaceData *PInterfaceData;
  71. #define IFD_SIZE(pIFD) (sizeof(InterfaceData) + pIFD->ulCntData - 1024)
  72. extern RPC_IF_HANDLE XmitDefs_ClientIfHandle;
  73. extern RPC_IF_HANDLE XmitDefs_ServerIfHandle;
  74. #endif /* __XmitDefs_INTERFACE_DEFINED__ */
  75. /* Additional Prototypes for ALL interfaces */
  76. /* end of Additional Prototypes */
  77. #ifdef __cplusplus
  78. }
  79. #endif
  80. #endif