2000-02-17 20:38:33 +01:00
|
|
|
#ifndef _NDDEAPI_H
|
|
|
|
#define _NDDEAPI_H
|
* include/accctrl.h, aclapi.h, basetsd.h, basetyps.h, cderr.h,
cguid.h, commctrl.h, commdlg.h, cpl.h, cplext.h, custcntl.h,
dbt.h, dde.h, ddeml.h, dlgs.h, excpt.h, httpext.h, imagehlp.h,
imm.h, initguid.h, intshcut.h, ipexport.h, iphlpapi.h,
ipifcons.h, iprtrmib.h, iptypes.h, isguids.h, largeint.h, lm.h,
lmaccess.h, lmalert.h, lmapibuf.h, lmat.h, lmaudit.h,
lmbrowsr.h, lmchdev.h, lmconfig.h, lmcons.h, lmerr.h,
lmerrlog.h, lmmsg.h, lmremutl.h, lmrepl.h, lmserver.h,
lmshare.h, lmsname.h, lmstats.h, lmsvc.h, lmuse.h, lmuseflg.h,
lmwksta.h, lzexpand.h, mapi.h, mciavi.h, mcx.h, mmsystem.h,
mswsock.h, nb30.h, nddeapi.h, nspapi.h, ntdef.h, ntsecapi.h,
ntsecpkg.h, oaidl.h, objbase.h, objfwd.h, objidl.h, odbcinst.h,
ole.h, ole2.h, ole2ver.h, oleauto.h, olectl.h, olectlid.h,
oledlg.h, oleidl.h, pbt.h, prsht.h, psapi.h, rapi.h, ras.h,
raserror.h, rassapi.h, regstr.h, richedit.h, richole.h, rpc.h,
rpcdce.h, rpcdce2.h, rpcdcep.h, rpcndr.h, rpcnsi.h, rpcnsip.h,
rpcnterr.h, rpcproxy.h, schannel.h, schnlsp.h, scrnsave.h,
security.h, setupapi.h, shellapi.h, shlguid.h, shlobj.h, sql.h,
sqlext.h, sqltypes.h, sqlucode.h, sspi.h, subauth.h,
tlhelp32.h, unknwn.h, userenv.h, w32api.h, winbase.h, wincon.h,
wincrypt.h, windef.h, windows.h, windowsx.h, winerror.h,
wingdi.h, wininet.h, winioctl.h, winnetwk.h, winnls.h, winnt.h,
winperf.h, winreg.h, winresrc.h, winsock.h, winsock2.h,
winspool.h, winsvc.h, winuser.h, winver.h, ws2tcpip.h,
wsnetbs.h, wtypes.h, zmouse.h: Add #pragma GCC system_header
if __GNUC__ >= 3.
* include/mapi.h: Change header guard name to _MAPI_H for
consistency.
2002-03-09 10:04:10 +01:00
|
|
|
#if __GNUC__ >=3
|
|
|
|
#pragma GCC system_header
|
|
|
|
#endif
|
|
|
|
|
2000-02-17 20:38:33 +01:00
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
2001-08-21 15:58:52 +02:00
|
|
|
#ifndef CNLEN /* also in lmcons.h */
|
2000-02-17 20:38:33 +01:00
|
|
|
#define CNLEN 15
|
2001-08-21 15:58:52 +02:00
|
|
|
#define UNCLEN (CNLEN + 2)
|
|
|
|
#endif
|
2000-02-17 20:38:33 +01:00
|
|
|
#define SEP_CHAR ','
|
|
|
|
#define BAR_CHAR "|"
|
|
|
|
#define SEP_WCHAR L','
|
|
|
|
#define BAR_WCHAR L"|"
|
|
|
|
#define NDDE_NO_ERROR 0
|
|
|
|
#define NDDE_ACCESS_DENIED 1
|
|
|
|
#define NDDE_BUF_TOO_SMALL 2
|
|
|
|
#define NDDE_ERROR_MORE_DATA 3
|
|
|
|
#define NDDE_INVALID_SERVER 4
|
|
|
|
#define NDDE_INVALID_SHARE 5
|
|
|
|
#define NDDE_INVALID_PARAMETER 6
|
|
|
|
#define NDDE_INVALID_LEVEL 7
|
|
|
|
#define NDDE_INVALID_PASSWORD 8
|
|
|
|
#define NDDE_INVALID_ITEMNAME 9
|
|
|
|
#define NDDE_INVALID_TOPIC 10
|
|
|
|
#define NDDE_INTERNAL_ERROR 11
|
|
|
|
#define NDDE_OUT_OF_MEMORY 12
|
|
|
|
#define NDDE_INVALID_APPNAME 13
|
|
|
|
#define NDDE_NOT_IMPLEMENTED 14
|
|
|
|
#define NDDE_SHARE_ALREADY_EXIST 15
|
|
|
|
#define NDDE_SHARE_NOT_EXIST 16
|
|
|
|
#define NDDE_INVALID_FILENAME 17
|
|
|
|
#define NDDE_NOT_RUNNING 18
|
|
|
|
#define NDDE_INVALID_WINDOW 19
|
|
|
|
#define NDDE_INVALID_SESSION 20
|
|
|
|
#define NDDE_INVALID_ITEM_LIST 21
|
|
|
|
#define NDDE_SHARE_DATA_CORRUPTED 22
|
|
|
|
#define NDDE_REGISTRY_ERROR 23
|
|
|
|
#define NDDE_CANT_ACCESS_SERVER 24
|
|
|
|
#define NDDE_INVALID_SPECIAL_COMMAND 25
|
|
|
|
#define NDDE_INVALID_SECURITY_DESC 26
|
|
|
|
#define NDDE_TRUST_SHARE_FAIL 27
|
|
|
|
#define MAX_NDDESHARENAME 256
|
|
|
|
#define MAX_DOMAINNAME 15
|
|
|
|
#define MAX_USERNAME 15
|
|
|
|
#define MAX_APPNAME 255
|
|
|
|
#define MAX_TOPICNAME 255
|
|
|
|
#define MAX_ITEMNAME 255
|
|
|
|
#define NDDEF_NOPASSWORDPROMPT 0x0001
|
|
|
|
#define NDDEF_NOCACHELOOKUP 0x0002
|
|
|
|
#define NDDEF_STRIP_NDDE 0x0004
|
|
|
|
#define SHARE_TYPE_OLD 0x01
|
|
|
|
#define SHARE_TYPE_NEW 0x02
|
|
|
|
#define SHARE_TYPE_STATIC 0x04
|
|
|
|
#define NDDE_TRUST_SHARE_START 0x80000000L
|
|
|
|
#define NDDE_TRUST_SHARE_INIT 0x40000000L
|
|
|
|
#define NDDE_TRUST_SHARE_DEL 0x20000000L
|
|
|
|
#define NDDE_TRUST_CMD_SHOW 0x10000000L
|
|
|
|
#define NDDE_CMD_SHOW_MASK 0x0000FFFFL
|
|
|
|
struct NDdeShareInfo_tag {
|
|
|
|
LONG lRevision;
|
|
|
|
LPTSTR lpszShareName;
|
|
|
|
LONG lShareType;
|
|
|
|
LPTSTR lpszAppTopicList;
|
|
|
|
LONG fSharedFlag;
|
|
|
|
LONG fService;
|
|
|
|
LONG fStartAppFlag;
|
|
|
|
LONG nCmdShow;
|
|
|
|
LONG qModifyId[2];
|
|
|
|
LONG cNumItems;
|
|
|
|
LPTSTR lpszItemList;
|
|
|
|
} NDDESHAREINFO,*PNDDESHAREINFO;
|
|
|
|
|
|
|
|
UINT WINAPI NDdeGetErrorStringA(UINT,LPSTR,DWORD);
|
|
|
|
UINT WINAPI NDdeGetErrorStringW(UINT,LPWSTR,DWORD);
|
|
|
|
UINT WINAPI NDdeGetShareSecurityA(LPSTR,LPSTR,SECURITY_INFORMATION,PSECURITY_DESCRIPTOR,DWORD,PDWORD);
|
|
|
|
UINT WINAPI NDdeGetShareSecurityW(LPWSTR,LPWSTR,SECURITY_INFORMATION,PSECURITY_DESCRIPTOR,DWORD,PDWORD);
|
|
|
|
UINT WINAPI NDdeGetTrustedShareA(LPSTR,LPSTR,PDWORD,PDWORD,PDWORD);
|
|
|
|
UINT WINAPI NDdeGetTrustedShareW(LPWSTR,LPWSTR,PDWORD,PDWORD,PDWORD);
|
|
|
|
BOOL WINAPI NDdeIsValidShareNameA(LPSTR);
|
|
|
|
BOOL WINAPI NDdeIsValidShareNameW(LPWSTR);
|
|
|
|
BOOL WINAPI NDdeIsValidAppTopicListA(LPSTR);
|
|
|
|
BOOL WINAPI NDdeIsValidAppTopicListW(LPWSTR);
|
|
|
|
UINT WINAPI NDdeSetShareSecurityA(LPSTR,LPSTR,SECURITY_INFORMATION,PSECURITY_DESCRIPTOR);
|
|
|
|
UINT WINAPI NDdeSetShareSecurityW(LPWSTR,LPWSTR,SECURITY_INFORMATION,PSECURITY_DESCRIPTOR);
|
|
|
|
UINT WINAPI NDdeSetTrustedShareA(LPSTR,LPSTR,DWORD);
|
|
|
|
UINT WINAPI NDdeSetTrustedShareW(LPWSTR,LPWSTR,DWORD);
|
|
|
|
UINT WINAPI NDdeShareAddA(LPSTR,UINT,PSECURITY_DESCRIPTOR,PBYTE,DWORD);
|
|
|
|
UINT WINAPI NDdeShareAddW(LPWSTR,UINT,PSECURITY_DESCRIPTOR,PBYTE,DWORD);
|
|
|
|
UINT WINAPI NDdeShareDelA(LPSTR,LPSTR,UINT);
|
|
|
|
UINT WINAPI NDdeShareDelW(LPWSTR,LPWSTR,UINT);
|
|
|
|
UINT WINAPI NDdeShareEnumA(LPSTR,UINT,PBYTE,DWORD,PDWORD,PDWORD);
|
|
|
|
UINT WINAPI NDdeShareEnumW(LPWSTR,UINT,PBYTE,DWORD,PDWORD,PDWORD);
|
|
|
|
UINT WINAPI NDdeShareGetInfoA(LPSTR,LPSTR,UINT,PBYTE,DWORD,PDWORD,PWORD);
|
|
|
|
UINT WINAPI NDdeShareGetInfoW(LPWSTR,LPWSTR,UINT,PBYTE,DWORD,PDWORD,PWORD);
|
|
|
|
UINT WINAPI NDdeShareSetInfoA(LPSTR,LPSTR,UINT,PBYTE,DWORD,WORD);
|
|
|
|
UINT WINAPI NDdeShareSetInfoW(LPWSTR,LPWSTR,UINT,PBYTE,DWORD,WORD);
|
|
|
|
UINT WINAPI NDdeTrustedShareEnumA(LPSTR,UINT,PBYTE,DWORD,PDWORD,PDWORD);
|
|
|
|
UINT WINAPI NDdeTrustedShareEnumW(LPWSTR,UINT,PBYTE,DWORD,PDWORD,PDWORD);
|
|
|
|
#ifdef UNICODE
|
|
|
|
#define NDdeShareAdd NDdeShareAddW
|
|
|
|
#define NDdeShareDel NDdeShareDelW
|
|
|
|
#define NDdeSetShareSecurity NDdeSetShareSecurityW
|
|
|
|
#define NDdeGetShareSecurity NDdeGetShareSecurityW
|
|
|
|
#define NDdeShareEnum NDdeShareEnumW
|
|
|
|
#define NDdeShareGetInfo NDdeShareGetInfoW
|
|
|
|
#define NDdeShareSetInfo NDdeShareSetInfoW
|
|
|
|
#define NDdeGetErrorString NDdeGetErrorStringW
|
|
|
|
#define NDdeSetTrustedShare NDdeSetTrustedShareW
|
|
|
|
#define NDdeGetTrustedShare NDdeGetTrustedShareW
|
|
|
|
#define NDdeTrustedShareEnum NDdeTrustedShareEnumW
|
|
|
|
#else
|
|
|
|
#define NDdeShareAdd NDdeShareAddA
|
|
|
|
#define NDdeShareDel NDdeShareDelA
|
|
|
|
#define NDdeSetShareSecurity NDdeSetShareSecurityA
|
|
|
|
#define NDdeGetShareSecurity NDdeGetShareSecurityA
|
|
|
|
#define NDdeShareEnum NDdeShareEnumA
|
|
|
|
#define NDdeShareGetInfo NDdeShareGetInfoA
|
|
|
|
#define NDdeShareSetInfo NDdeShareSetInfoA
|
|
|
|
#define NDdeGetErrorString NDdeGetErrorStringA
|
|
|
|
#define NDdeIsValidShareName NDdeIsValidShareNameA
|
|
|
|
#define NDdeIsValidAppTopicList NDdeIsValidAppTopicListA
|
|
|
|
#define NDdeSetTrustedShare NDdeSetTrustedShareA
|
|
|
|
#define NDdeGetTrustedShare NDdeGetTrustedShareA
|
|
|
|
#define NDdeTrustedShareEnum NDdeTrustedShareEnumA
|
|
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
#endif
|