home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 April / PCWorld_2000-04_cd.bin / Software / Servis / Devc / _SETUP.4 / Group3 / nddeapi.h < prev    next >
C/C++ Source or Header  |  1999-11-07  |  5KB  |  128 lines

  1. #ifndef _NDDEAPI_H
  2. #define _NDDEAPI_H
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. #define CNLEN 15
  7. #define UNCLEN 17
  8. #define SEP_CHAR ','
  9. #define BAR_CHAR "|"
  10. #define SEP_WCHAR L','
  11. #define BAR_WCHAR L"|"
  12. #define NDDE_NO_ERROR 0
  13. #define NDDE_ACCESS_DENIED 1
  14. #define NDDE_BUF_TOO_SMALL 2
  15. #define NDDE_ERROR_MORE_DATA 3
  16. #define NDDE_INVALID_SERVER 4
  17. #define NDDE_INVALID_SHARE 5
  18. #define NDDE_INVALID_PARAMETER 6
  19. #define NDDE_INVALID_LEVEL 7
  20. #define NDDE_INVALID_PASSWORD 8
  21. #define NDDE_INVALID_ITEMNAME 9
  22. #define NDDE_INVALID_TOPIC 10
  23. #define NDDE_INTERNAL_ERROR 11
  24. #define NDDE_OUT_OF_MEMORY 12
  25. #define NDDE_INVALID_APPNAME 13
  26. #define NDDE_NOT_IMPLEMENTED 14
  27. #define NDDE_SHARE_ALREADY_EXIST 15
  28. #define NDDE_SHARE_NOT_EXIST 16
  29. #define NDDE_INVALID_FILENAME 17
  30. #define NDDE_NOT_RUNNING 18
  31. #define NDDE_INVALID_WINDOW 19
  32. #define NDDE_INVALID_SESSION 20
  33. #define NDDE_INVALID_ITEM_LIST 21
  34. #define NDDE_SHARE_DATA_CORRUPTED 22
  35. #define NDDE_REGISTRY_ERROR 23
  36. #define NDDE_CANT_ACCESS_SERVER 24
  37. #define NDDE_INVALID_SPECIAL_COMMAND 25
  38. #define NDDE_INVALID_SECURITY_DESC 26
  39. #define NDDE_TRUST_SHARE_FAIL 27
  40. #define MAX_NDDESHARENAME 256
  41. #define MAX_DOMAINNAME 15
  42. #define MAX_USERNAME 15
  43. #define MAX_APPNAME 255
  44. #define MAX_TOPICNAME 255
  45. #define MAX_ITEMNAME 255
  46. #define NDDEF_NOPASSWORDPROMPT 0x0001
  47. #define NDDEF_NOCACHELOOKUP 0x0002
  48. #define NDDEF_STRIP_NDDE 0x0004
  49. #define SHARE_TYPE_OLD 0x01
  50. #define SHARE_TYPE_NEW 0x02
  51. #define SHARE_TYPE_STATIC 0x04
  52. #define NDDE_TRUST_SHARE_START 0x80000000L
  53. #define NDDE_TRUST_SHARE_INIT 0x40000000L
  54. #define NDDE_TRUST_SHARE_DEL 0x20000000L
  55. #define NDDE_TRUST_CMD_SHOW 0x10000000L
  56. #define NDDE_CMD_SHOW_MASK 0x0000FFFFL
  57. struct NDdeShareInfo_tag {
  58.     LONG lRevision;
  59.     LPTSTR lpszShareName;
  60.     LONG lShareType;
  61.     LPTSTR lpszAppTopicList;
  62.     LONG fSharedFlag;
  63.     LONG fService;
  64.     LONG fStartAppFlag;
  65.     LONG nCmdShow;
  66.     LONG qModifyId[2];
  67.     LONG cNumItems;
  68.     LPTSTR lpszItemList;
  69. } NDDESHAREINFO,*PNDDESHAREINFO;
  70.  
  71. UINT WINAPI NDdeGetErrorStringA(UINT,LPSTR,DWORD);
  72. UINT WINAPI NDdeGetErrorStringW(UINT,LPWSTR,DWORD);
  73. UINT WINAPI NDdeGetShareSecurityA(LPSTR,LPSTR,SECURITY_INFORMATION,PSECURITY_DESCRIPTOR,DWORD,PDWORD);
  74. UINT WINAPI NDdeGetShareSecurityW(LPWSTR,LPWSTR,SECURITY_INFORMATION,PSECURITY_DESCRIPTOR,DWORD,PDWORD);
  75. UINT WINAPI NDdeGetTrustedShareA(LPSTR,LPSTR,PDWORD,PDWORD,PDWORD);
  76. UINT WINAPI NDdeGetTrustedShareW(LPWSTR,LPWSTR,PDWORD,PDWORD,PDWORD);
  77. BOOL WINAPI NDdeIsValidShareNameA(LPSTR);
  78. BOOL WINAPI NDdeIsValidShareNameW(LPWSTR);
  79. BOOL WINAPI NDdeIsValidAppTopicListA(LPSTR);
  80. BOOL WINAPI NDdeIsValidAppTopicListW(LPWSTR);
  81. UINT WINAPI NDdeSetShareSecurityA(LPSTR,LPSTR,SECURITY_INFORMATION,PSECURITY_DESCRIPTOR);
  82. UINT WINAPI NDdeSetShareSecurityW(LPWSTR,LPWSTR,SECURITY_INFORMATION,PSECURITY_DESCRIPTOR);
  83. UINT WINAPI NDdeSetTrustedShareA(LPSTR,LPSTR,DWORD);
  84. UINT WINAPI NDdeSetTrustedShareW(LPWSTR,LPWSTR,DWORD);
  85. UINT WINAPI NDdeShareAddA(LPSTR,UINT,PSECURITY_DESCRIPTOR,PBYTE,DWORD);
  86. UINT WINAPI NDdeShareAddW(LPWSTR,UINT,PSECURITY_DESCRIPTOR,PBYTE,DWORD);
  87. UINT WINAPI NDdeShareDelA(LPSTR,LPSTR,UINT);
  88. UINT WINAPI NDdeShareDelW(LPWSTR,LPWSTR,UINT);
  89. UINT WINAPI NDdeShareEnumA(LPSTR,UINT,PBYTE,DWORD,PDWORD,PDWORD);
  90. UINT WINAPI NDdeShareEnumW(LPWSTR,UINT,PBYTE,DWORD,PDWORD,PDWORD);
  91. UINT WINAPI NDdeShareGetInfoA(LPSTR,LPSTR,UINT,PBYTE,DWORD,PDWORD,PWORD);
  92. UINT WINAPI NDdeShareGetInfoW(LPWSTR,LPWSTR,UINT,PBYTE,DWORD,PDWORD,PWORD);
  93. UINT WINAPI NDdeShareSetInfoA(LPSTR,LPSTR,UINT,PBYTE,DWORD,WORD);
  94. UINT WINAPI NDdeShareSetInfoW(LPWSTR,LPWSTR,UINT,PBYTE,DWORD,WORD);
  95. UINT WINAPI NDdeTrustedShareEnumA(LPSTR,UINT,PBYTE,DWORD,PDWORD,PDWORD);
  96. UINT WINAPI NDdeTrustedShareEnumW(LPWSTR,UINT,PBYTE,DWORD,PDWORD,PDWORD);
  97. #ifdef UNICODE
  98. #define NDdeShareAdd NDdeShareAddW
  99. #define NDdeShareDel NDdeShareDelW
  100. #define NDdeSetShareSecurity NDdeSetShareSecurityW
  101. #define NDdeGetShareSecurity NDdeGetShareSecurityW
  102. #define NDdeShareEnum NDdeShareEnumW
  103. #define NDdeShareGetInfo NDdeShareGetInfoW
  104. #define NDdeShareSetInfo NDdeShareSetInfoW
  105. #define NDdeGetErrorString NDdeGetErrorStringW
  106. #define NDdeSetTrustedShare NDdeSetTrustedShareW
  107. #define NDdeGetTrustedShare NDdeGetTrustedShareW
  108. #define NDdeTrustedShareEnum NDdeTrustedShareEnumW
  109. #else
  110. #define NDdeShareAdd NDdeShareAddA
  111. #define NDdeShareDel NDdeShareDelA
  112. #define NDdeSetShareSecurity NDdeSetShareSecurityA
  113. #define NDdeGetShareSecurity NDdeGetShareSecurityA
  114. #define NDdeShareEnum NDdeShareEnumA
  115. #define NDdeShareGetInfo NDdeShareGetInfoA
  116. #define NDdeShareSetInfo NDdeShareSetInfoA
  117. #define NDdeGetErrorString NDdeGetErrorStringA
  118. #define NDdeIsValidShareName NDdeIsValidShareNameA
  119. #define NDdeIsValidAppTopicList NDdeIsValidAppTopicListA
  120. #define NDdeSetTrustedShare NDdeSetTrustedShareA
  121. #define NDdeGetTrustedShare NDdeGetTrustedShareA
  122. #define NDdeTrustedShareEnum NDdeTrustedShareEnumA
  123. #endif
  124. #ifdef __cplusplus
  125. }
  126. #endif
  127. #endif
  128.