home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 May / PCWorld_2001-05_cd.bin / Software / Vyzkuste / devc / _SETUP.5 / Group3 / rpcnsi.h < prev    next >
C/C++ Source or Header  |  1999-11-07  |  8KB  |  119 lines

  1. #ifndef _RPCNSI_H
  2. #define _RPCNSI_H
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. typedef void *RPC_NS_HANDLE;
  7. #define RPC_C_NS_SYNTAX_DEFAULT 0
  8. #define RPC_C_NS_SYNTAX_DCE 3
  9. #define RPC_C_PROFILE_DEFAULT_ELT 0
  10. #define RPC_C_PROFILE_ALL_ELT 1
  11. #define RPC_C_PROFILE_MATCH_BY_IF 2
  12. #define RPC_C_PROFILE_MATCH_BY_MBR 3
  13. #define RPC_C_PROFILE_MATCH_BY_BOTH 4
  14. #define RPC_C_NS_DEFAULT_EXP_AGE -1
  15.  
  16. RPC_STATUS RPC_ENTRY RpcNsBindingExportA(unsigned long,unsigned char*,RPC_IF_HANDLE,RPC_BINDING_VECTOR*,UUID_VECTOR*);
  17. RPC_STATUS RPC_ENTRY RpcNsBindingUnexportA(unsigned long,unsigned char*,RPC_IF_HANDLE,UUID_VECTOR*);
  18. RPC_STATUS RPC_ENTRY RpcNsBindingLookupBeginA(unsigned long,unsigned char*,RPC_IF_HANDLE,UUID*,unsigned long,RPC_NS_HANDLE*);
  19. RPC_STATUS RPC_ENTRY RpcNsBindingLookupNext(RPC_NS_HANDLE,RPC_BINDING_VECTOR**);
  20. RPC_STATUS RPC_ENTRY RpcNsBindingLookupDone(RPC_NS_HANDLE*);
  21. RPC_STATUS RPC_ENTRY RpcNsGroupDeleteA(unsigned long,unsigned char*);
  22. RPC_STATUS RPC_ENTRY RpcNsGroupMbrAddA(unsigned long,unsigned char*,unsigned long,unsigned char*);
  23. RPC_STATUS RPC_ENTRY RpcNsGroupMbrRemoveA(unsigned long,unsigned char*,unsigned long,unsigned char*);
  24. RPC_STATUS RPC_ENTRY RpcNsGroupMbrInqBeginA(unsigned long,unsigned char*,unsigned long,RPC_NS_HANDLE*);
  25. RPC_STATUS RPC_ENTRY RpcNsGroupMbrInqNextA(RPC_NS_HANDLE,unsigned char**);
  26. RPC_STATUS RPC_ENTRY RpcNsGroupMbrInqDone(RPC_NS_HANDLE*);
  27. RPC_STATUS RPC_ENTRY RpcNsProfileDeleteA(unsigned long,unsigned char*);
  28. RPC_STATUS RPC_ENTRY RpcNsProfileEltAddA(unsigned long,unsigned char*,RPC_IF_ID*,unsigned long,unsigned char*,unsigned long,unsigned char*);
  29. RPC_STATUS RPC_ENTRY RpcNsProfileEltRemoveA(unsigned long,unsigned char*,RPC_IF_ID*,unsigned long,unsigned char*);
  30. RPC_STATUS RPC_ENTRY RpcNsProfileEltInqBeginA(unsigned long,unsigned char*,unsigned long,RPC_IF_ID*,unsigned long,unsigned long,unsigned char*,RPC_NS_HANDLE*);
  31. RPC_STATUS RPC_ENTRY RpcNsProfileEltInqNextA(RPC_NS_HANDLE,RPC_IF_ID*,unsigned char**,unsigned long*,unsigned char**);
  32. RPC_STATUS RPC_ENTRY RpcNsProfileEltInqDone(RPC_NS_HANDLE*);
  33. RPC_STATUS RPC_ENTRY RpcNsEntryObjectInqNext(IN  RPC_NS_HANDLE,OUT UUID*);
  34. RPC_STATUS RPC_ENTRY RpcNsEntryObjectInqDone(IN OUT RPC_NS_HANDLE*);
  35. RPC_STATUS RPC_ENTRY RpcNsEntryExpandNameA(unsigned long,unsigned char*,unsigned char**);
  36. RPC_STATUS RPC_ENTRY RpcNsMgmtBindingUnexportA(unsigned long,unsigned char*,RPC_IF_ID*,unsigned long,UUID_VECTOR*);
  37. RPC_STATUS RPC_ENTRY RpcNsMgmtEntryCreateA(unsigned long,unsigned char*);
  38. RPC_STATUS RPC_ENTRY RpcNsMgmtEntryDeleteA(unsigned long,unsigned char*);
  39. RPC_STATUS RPC_ENTRY RpcNsMgmtEntryInqIfIdsA(unsigned long,unsigned char*,RPC_IF_ID_VECTOR**);
  40. RPC_STATUS RPC_ENTRY RpcNsMgmtHandleSetExpAge(RPC_NS_HANDLE,unsigned long);
  41. RPC_STATUS RPC_ENTRY RpcNsMgmtInqExpAge(unsigned long*);
  42. RPC_STATUS RPC_ENTRY RpcNsMgmtSetExpAge(unsigned long);
  43. RPC_STATUS RPC_ENTRY RpcNsBindingImportNext(RPC_NS_HANDLE,RPC_BINDING_HANDLE*);
  44. RPC_STATUS RPC_ENTRY RpcNsBindingImportDone(RPC_NS_HANDLE*);
  45. RPC_STATUS RPC_ENTRY RpcNsBindingSelect(RPC_BINDING_VECTOR*,RPC_BINDING_HANDLE*);
  46. #ifndef UNICODE_ONLY
  47. RPC_STATUS RPC_ENTRY RpcNsEntryObjectInqBeginA(unsigned long,unsigned char*,RPC_NS_HANDLE*);
  48. RPC_STATUS RPC_ENTRY RpcNsBindingImportBeginA(unsigned long,unsigned char*,RPC_IF_HANDLE,UUID*,RPC_NS_HANDLE*);
  49. #endif
  50. #ifdef RPC_UNICODE_SUPPORTED
  51. RPC_STATUS RPC_ENTRY RpcNsBindingExportW(unsigned long,unsigned short*,RPC_IF_HANDLE,RPC_BINDING_VECTOR*,UUID_VECTOR*);
  52. RPC_STATUS RPC_ENTRY RpcNsBindingUnexportW(unsigned long,unsigned short*,RPC_IF_HANDLE,UUID_VECTOR*);
  53. RPC_STATUS RPC_ENTRY RpcNsBindingLookupBeginW(unsigned long,unsigned short*,RPC_IF_HANDLE,UUID*,unsigned long,RPC_NS_HANDLE*);
  54. RPC_STATUS RPC_ENTRY RpcNsGroupDeleteW(unsigned long,unsigned short*);
  55. RPC_STATUS RPC_ENTRY RpcNsGroupMbrAddW(unsigned long,unsigned short*,unsigned long,unsigned short*);
  56. RPC_STATUS RPC_ENTRY RpcNsGroupMbrRemoveW(unsigned long,unsigned short*,unsigned long,unsigned short*);
  57. RPC_STATUS RPC_ENTRY RpcNsGroupMbrInqBeginW(unsigned long,unsigned short*,unsigned long,RPC_NS_HANDLE*);
  58. RPC_STATUS RPC_ENTRY RpcNsGroupMbrInqNextW(RPC_NS_HANDLE,unsigned short**);
  59. RPC_STATUS RPC_ENTRY RpcNsProfileDeleteW(unsigned long,unsigned short*);
  60. RPC_STATUS RPC_ENTRY RpcNsProfileEltAddW(unsigned long,unsigned short*, RPC_IF_ID*,unsigned long,unsigned short*,unsigned long,unsigned short*);
  61. RPC_STATUS RPC_ENTRY RpcNsProfileEltRemoveW(unsigned long,unsigned short*, RPC_IF_ID*,unsigned long,unsigned short*);
  62. RPC_STATUS RPC_ENTRY RpcNsProfileEltInqBeginW(unsigned long,unsigned short*, unsigned long,RPC_IF_ID*,unsigned long,unsigned long,unsigned short*, RPC_NS_HANDLE*);
  63. RPC_STATUS RPC_ENTRY RpcNsProfileEltInqNextW(RPC_NS_HANDLE,RPC_IF_ID*, unsigned short**,unsigned long*,unsigned short**);
  64. RPC_STATUS RPC_ENTRY RpcNsEntryObjectInqBeginW(unsigned long,unsigned short*,RPC_NS_HANDLE*);
  65. RPC_STATUS RPC_ENTRY RpcNsEntryExpandNameW(unsigned long,unsigned short*,unsigned short**);
  66. RPC_STATUS RPC_ENTRY RpcNsMgmtBindingUnexportW(unsigned long,unsigned short*,RPC_IF_ID*,unsigned long,UUID_VECTOR*);
  67. RPC_STATUS RPC_ENTRY RpcNsMgmtEntryCreateW(unsigned long,unsigned short*);
  68. RPC_STATUS RPC_ENTRY RpcNsMgmtEntryDeleteW(unsigned long,unsigned short*);
  69. RPC_STATUS RPC_ENTRY RpcNsMgmtEntryInqIfIdsW(unsigned long,unsigned short , RPC_IF_ID_VECTOR**);
  70. RPC_STATUS RPC_ENTRY RpcNsBindingImportBeginW(unsigned long,unsigned short*,RPC_IF_HANDLE,UUID*,RPC_NS_HANDLE*);
  71. #endif /* RPC_UNICODE_SUPPORTED */
  72. #ifdef UNICODE
  73. #define RpcNsBindingLookupBegin RpcNsBindingLookupBeginW
  74. #define RpcNsBindingImportBegin RpcNsBindingImportBeginW
  75. #define RpcNsBindingExport RpcNsBindingExportW
  76. #define RpcNsBindingUnexport RpcNsBindingUnexportW
  77. #define RpcNsGroupDelete RpcNsGroupDeleteW
  78. #define RpcNsGroupMbrAdd RpcNsGroupMbrAddW
  79. #define RpcNsGroupMbrRemove RpcNsGroupMbrRemoveW
  80. #define RpcNsGroupMbrInqBegin RpcNsGroupMbrInqBeginW
  81. #define RpcNsGroupMbrInqNext RpcNsGroupMbrInqNextW
  82. #define RpcNsEntryExpandName RpcNsEntryExpandNameW
  83. #define RpcNsEntryObjectInqBegin RpcNsEntryObjectInqBeginW
  84. #define RpcNsMgmtBindingUnexport RpcNsMgmtBindingUnexportW
  85. #define RpcNsMgmtEntryCreate RpcNsMgmtEntryCreateW
  86. #define RpcNsMgmtEntryDelete RpcNsMgmtEntryDeleteW
  87. #define RpcNsMgmtEntryInqIfIds RpcNsMgmtEntryInqIfIdsW
  88. #define RpcNsProfileDelete RpcNsProfileDeleteW
  89. #define RpcNsProfileEltAdd RpcNsProfileEltAddW
  90. #define RpcNsProfileEltRemove RpcNsProfileEltRemoveW
  91. #define RpcNsProfileEltInqBegin RpcNsProfileEltInqBeginW
  92. #define RpcNsProfileEltInqNext RpcNsProfileEltInqNextW
  93. #else
  94. #define RpcNsBindingLookupBegin RpcNsBindingLookupBeginA
  95. #define RpcNsBindingImportBegin RpcNsBindingImportBeginA
  96. #define RpcNsBindingExport RpcNsBindingExportA
  97. #define RpcNsBindingUnexport RpcNsBindingUnexportA
  98. #define RpcNsGroupDelete RpcNsGroupDeleteA
  99. #define RpcNsGroupMbrAdd RpcNsGroupMbrAddA
  100. #define RpcNsGroupMbrRemove RpcNsGroupMbrRemoveA
  101. #define RpcNsGroupMbrInqBegin RpcNsGroupMbrInqBeginA
  102. #define RpcNsGroupMbrInqNext RpcNsGroupMbrInqNextA
  103. #define RpcNsEntryExpandName RpcNsEntryExpandNameA
  104. #define RpcNsEntryObjectInqBegin RpcNsEntryObjectInqBeginA
  105. #define RpcNsMgmtBindingUnexport RpcNsMgmtBindingUnexportA
  106. #define RpcNsMgmtEntryCreate RpcNsMgmtEntryCreateA
  107. #define RpcNsMgmtEntryDelete RpcNsMgmtEntryDeleteA
  108. #define RpcNsMgmtEntryInqIfIds RpcNsMgmtEntryInqIfIdsA
  109. #define RpcNsProfileDelete RpcNsProfileDeleteA
  110. #define RpcNsProfileEltAdd RpcNsProfileEltAddA
  111. #define RpcNsProfileEltRemove RpcNsProfileEltRemoveA
  112. #define RpcNsProfileEltInqBegin RpcNsProfileEltInqBeginA
  113. #define RpcNsProfileEltInqNext RpcNsProfileEltInqNextA
  114. #endif
  115. #ifdef __cplusplus
  116. }
  117. #endif
  118. #endif
  119.