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.

158 lines
3.4 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 trk.idl:
  4. Oicf, W1, Zp8, env=Win32 (32b run)
  5. protocol : dce , ms_ext, c_ext, 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 __trk_h__
  23. #define __trk_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. #ifdef __cplusplus
  31. extern "C"{
  32. #endif
  33. void * __RPC_USER MIDL_user_allocate(size_t);
  34. void __RPC_USER MIDL_user_free( void * );
  35. /* interface __MIDL_itf_trk_0000 */
  36. /* [local] */
  37. #ifndef LINKDATA_AS_CLASS
  38. typedef struct CVolumeSecret
  39. {
  40. BYTE _abSecret[ 8 ];
  41. } CVolumeSecret;
  42. enum LINK_TYPE_ENUM
  43. { LINK_TYPE_FILE = 1,
  44. LINK_TYPE_BIRTH = LINK_TYPE_FILE + 1
  45. } ;
  46. typedef struct CObjId
  47. {
  48. GUID _object;
  49. } CObjId;
  50. typedef struct CVolumeId
  51. {
  52. GUID _volume;
  53. } CVolumeId;
  54. enum MCID_CREATE_TYPE
  55. { MCID_LOCAL = 0,
  56. MCID_INVALID = MCID_LOCAL + 1,
  57. MCID_DOMAIN = MCID_INVALID + 1,
  58. MCID_DOMAIN_REDISCOVERY = MCID_DOMAIN + 1,
  59. MCID_PDC_REQUIRED = MCID_DOMAIN_REDISCOVERY + 1
  60. } ;
  61. typedef struct CMachineId
  62. {
  63. char _szMachine[ 16 ];
  64. } CMachineId;
  65. enum TCL_ENUM
  66. { TCL_SET_BIRTHID = 0,
  67. TCL_READ_BIRTHID = TCL_SET_BIRTHID + 1
  68. } ;
  69. typedef struct CDomainRelativeObjId
  70. {
  71. CVolumeId _volume;
  72. CObjId _object;
  73. } CDomainRelativeObjId;
  74. typedef /* [public] */ struct __MIDL___MIDL_itf_trk_0000_0001
  75. {
  76. CVolumeId volume;
  77. CMachineId machine;
  78. } VolumeMapEntry;
  79. #endif
  80. #define TRK_E_FIRST ( 0xdead100 )
  81. #define TRK_S_OUT_OF_SYNC ( 0xdead100 )
  82. #define TRK_E_REFERRAL ( 0x8dead101 )
  83. #define TRK_S_VOLUME_NOT_FOUND ( 0xdead102 )
  84. #define TRK_S_VOLUME_NOT_OWNED ( 0xdead103 )
  85. #define TRK_E_UNAVAILABLE ( 0x8dead104 )
  86. #define TRK_E_TIMEOUT ( 0x8dead105 )
  87. #define TRK_E_POTENTIAL_FILE_FOUND ( 0x8dead106 )
  88. #define TRK_S_NOTIFICATION_QUOTA_EXCEEDED ( 0xdead107 )
  89. #define TRK_E_NOT_FOUND_BUT_LAST_VOLUME_FOUND ( 0x8dead108 )
  90. #define TRK_E_NOT_FOUND_AND_LAST_VOLUME_NOT_FOUND ( 0x8dead109 )
  91. #define TRK_E_NULL_COMPUTERNAME ( 0x8dead10a )
  92. #define TRK_S_VOLUME_NOT_SYNCED ( 0xdead10b )
  93. #define TRK_E_LAST ( TRK_S_VOLUME_NOT_SYNCED )
  94. #define MOVE_BATCH_SIZE ( 64 )
  95. #define REFRESH_OBJECT_BATCH_SIZE ( 128 )
  96. #define NUM_VOLUMES ( 26 )
  97. #define MAX_DELETE_NOTIFICATIONS ( 32 )
  98. extern RPC_IF_HANDLE __MIDL_itf_trk_0000_v0_0_c_ifspec;
  99. extern RPC_IF_HANDLE Stub__MIDL_itf_trk_0000_v0_0_s_ifspec;
  100. /* Additional Prototypes for ALL interfaces */
  101. /* end of Additional Prototypes */
  102. #ifdef __cplusplus
  103. }
  104. #endif
  105. #endif