ReactOS 0.4.15-dev-7953-g1f49173
nddeapi.c File Reference
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "wine/debug.h"
Include dependency graph for nddeapi.c:

Go to the source code of this file.

Macros

#define NDDE_NOT_IMPLEMENTED   14
 

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (nddeapi)
 
UINT WINAPI NDdeShareAddA (LPSTR lpszServer, UINT nLevel, PSECURITY_DESCRIPTOR pSD, LPBYTE lpBuffer, DWORD cBufSize)
 
UINT WINAPI NDdeShareDelA (LPSTR lpszServer, LPSTR lpszShareName, UINT wReserved)
 
UINT WINAPI NDdeShareEnumA (LPSTR lpszServer, UINT nLevel, LPBYTE lpBuffer, DWORD cBufSize, LPDWORD lpnEntriesRead, LPDWORD lpcbTotalAvailable)
 
UINT WINAPI NDdeShareGetInfoA (LPSTR lpszServer, LPSTR lpszShareName, UINT nLevel, LPBYTE lpBuffer, DWORD cBufSize, LPDWORD lpnTotalAvailable, LPWORD lpnItems)
 
UINT WINAPI NDdeShareSetInfoA (LPSTR lpszServer, LPSTR lpszShareName, UINT nLevel, LPBYTE lpBuffer, DWORD cBufSize, WORD sParmNum)
 
UINT WINAPI NDdeGetErrorStringA (UINT uErrorCode, LPSTR lpszErrorString, DWORD cBufSize)
 
BOOL WINAPI NDdeIsValidShareNameA (LPSTR shareName)
 
BOOL WINAPI NDdeIsValidAppTopicListA (LPSTR targetTopic)
 
UINT WINAPI NDdeGetShareSecurityA (LPSTR lpszServer, LPSTR lpszShareName, SECURITY_INFORMATION si, PSECURITY_DESCRIPTOR pSD, DWORD cbSD, LPDWORD lpcbsdRequired)
 
UINT WINAPI NDdeSetShareSecurityA (LPSTR lpszServer, LPSTR lpszShareName, SECURITY_INFORMATION si, PSECURITY_DESCRIPTOR pSD)
 
UINT WINAPI NDdeGetTrustedShareA (LPSTR lpszServer, LPSTR lpszShareName, LPDWORD lpdwTrustOptions, LPDWORD lpdwShareModId0, LPDWORD lpdwShareModId1)
 
UINT WINAPI NDdeSetTrustedShareA (LPSTR lpszServer, LPSTR lpszShareName, DWORD dwTrustOptions)
 
UINT WINAPI NDdeTrustedShareEnumA (LPSTR lpszServer, UINT nLevel, LPBYTE lpBuffer, DWORD cBufSize, LPDWORD lpnEntriesRead, LPDWORD lpcbTotalAvailable)
 
UINT WINAPI NDdeShareAddW (LPWSTR lpszServer, UINT nLevel, PSECURITY_DESCRIPTOR pSD, LPBYTE lpBuffer, DWORD cBufSize)
 
UINT WINAPI NDdeShareDelW (LPWSTR lpszServer, LPWSTR lpszShareName, UINT wReserved)
 
UINT WINAPI NDdeShareEnumW (LPWSTR lpszServer, UINT nLevel, LPBYTE lpBuffer, DWORD cBufSize, LPDWORD lpnEntriesRead, LPDWORD lpcbTotalAvailable)
 
UINT WINAPI NDdeShareGetInfoW (LPWSTR lpszServer, LPWSTR lpszShareName, UINT nLevel, LPBYTE lpBuffer, DWORD cBufSize, LPDWORD lpnTotalAvailable, LPWORD lpnItems)
 
UINT WINAPI NDdeShareSetInfoW (LPWSTR lpszServer, LPWSTR lpszShareName, UINT nLevel, LPBYTE lpBuffer, DWORD cBufSize, WORD sParmNum)
 
UINT WINAPI NDdeGetErrorStringW (UINT uErrorCode, LPWSTR lpszErrorString, DWORD cBufSize)
 
BOOL WINAPI NDdeIsValidShareNameW (LPWSTR shareName)
 
BOOL WINAPI NDdeIsValidAppTopicListW (LPWSTR targetTopic)
 
UINT WINAPI NDdeGetShareSecurityW (LPWSTR lpszServer, LPWSTR lpszShareName, SECURITY_INFORMATION si, PSECURITY_DESCRIPTOR pSD, DWORD cbSD, LPDWORD lpcbsdRequired)
 
UINT WINAPI NDdeSetShareSecurityW (LPWSTR lpszServer, LPWSTR lpszShareName, SECURITY_INFORMATION si, PSECURITY_DESCRIPTOR pSD)
 
UINT WINAPI NDdeGetTrustedShareW (LPWSTR lpszServer, LPWSTR lpszShareName, LPDWORD lpdwTrustOptions, LPDWORD lpdwShareModId0, LPDWORD lpdwShareModId1)
 
UINT WINAPI NDdeSetTrustedShareW (LPWSTR lpszServer, LPWSTR lpszShareName, DWORD dwTrustOptions)
 
UINT WINAPI NDdeTrustedShareEnumW (LPWSTR lpszServer, UINT nLevel, LPBYTE lpBuffer, DWORD cBufSize, LPDWORD lpnEntriesRead, LPDWORD lpcbTotalAvailable)
 

Macro Definition Documentation

◆ NDDE_NOT_IMPLEMENTED

#define NDDE_NOT_IMPLEMENTED   14

Definition at line 32 of file nddeapi.c.

Function Documentation

◆ NDdeGetErrorStringA()

UINT WINAPI NDdeGetErrorStringA ( UINT  uErrorCode,
LPSTR  lpszErrorString,
DWORD  cBufSize 
)

Definition at line 100 of file nddeapi.c.

101{
102 TRACE("(%u, %p, %d)\n", uErrorCode, lpszErrorString, cBufSize);
103
105}
#define NDDE_NOT_IMPLEMENTED
Definition: nddeapi.c:32
#define TRACE(s)
Definition: solgame.cpp:4

◆ NDdeGetErrorStringW()

UINT WINAPI NDdeGetErrorStringW ( UINT  uErrorCode,
LPWSTR  lpszErrorString,
DWORD  cBufSize 
)

Definition at line 257 of file nddeapi.c.

258{
259 FIXME("(%u, %p, %d): stub!\n", uErrorCode, lpszErrorString, cBufSize);
260
262}
#define FIXME(fmt,...)
Definition: debug.h:111

◆ NDdeGetShareSecurityA()

UINT WINAPI NDdeGetShareSecurityA ( LPSTR  lpszServer,
LPSTR  lpszShareName,
SECURITY_INFORMATION  si,
PSECURITY_DESCRIPTOR  pSD,
DWORD  cbSD,
LPDWORD  lpcbsdRequired 
)

Definition at line 133 of file nddeapi.c.

135{
136 TRACE("(%s, %s, %u, %p, %u, %p)\n", debugstr_a(lpszServer), debugstr_a(lpszShareName),
137 si, pSD, cbSD, lpcbsdRequired);
138
140}
#define debugstr_a
Definition: kernel32.h:31

◆ NDdeGetShareSecurityW()

UINT WINAPI NDdeGetShareSecurityW ( LPWSTR  lpszServer,
LPWSTR  lpszShareName,
SECURITY_INFORMATION  si,
PSECURITY_DESCRIPTOR  pSD,
DWORD  cbSD,
LPDWORD  lpcbsdRequired 
)

Definition at line 290 of file nddeapi.c.

292{
293 TRACE("(%s, %s, %u, %p, %u, %p)\n", debugstr_w(lpszServer), debugstr_w(lpszShareName),
294 si, pSD, cbSD, lpcbsdRequired);
295
297}
#define debugstr_w
Definition: kernel32.h:32

◆ NDdeGetTrustedShareA()

UINT WINAPI NDdeGetTrustedShareA ( LPSTR  lpszServer,
LPSTR  lpszShareName,
LPDWORD  lpdwTrustOptions,
LPDWORD  lpdwShareModId0,
LPDWORD  lpdwShareModId1 
)

Definition at line 158 of file nddeapi.c.

160{
161 TRACE("(%s, %s, %p, %p, %p)\n", debugstr_a(lpszServer), debugstr_a(lpszShareName), lpdwTrustOptions,
162 lpdwShareModId0, lpdwShareModId1);
163
165}

◆ NDdeGetTrustedShareW()

UINT WINAPI NDdeGetTrustedShareW ( LPWSTR  lpszServer,
LPWSTR  lpszShareName,
LPDWORD  lpdwTrustOptions,
LPDWORD  lpdwShareModId0,
LPDWORD  lpdwShareModId1 
)

Definition at line 315 of file nddeapi.c.

317{
318 TRACE("(%s, %s, %p, %p, %p)\n", debugstr_w(lpszServer), debugstr_w(lpszShareName), lpdwTrustOptions,
319 lpdwShareModId0, lpdwShareModId1);
320
322}

◆ NDdeIsValidAppTopicListA()

BOOL WINAPI NDdeIsValidAppTopicListA ( LPSTR  targetTopic)

Definition at line 122 of file nddeapi.c.

123{
124 TRACE("(%s)\n", debugstr_a(targetTopic));
125
126 return FALSE;
127}
#define FALSE
Definition: types.h:117

◆ NDdeIsValidAppTopicListW()

BOOL WINAPI NDdeIsValidAppTopicListW ( LPWSTR  targetTopic)

Definition at line 279 of file nddeapi.c.

280{
281 TRACE("(%s)\n", debugstr_w(targetTopic));
282
283 return FALSE;
284}

◆ NDdeIsValidShareNameA()

BOOL WINAPI NDdeIsValidShareNameA ( LPSTR  shareName)

Definition at line 111 of file nddeapi.c.

112{
113 TRACE("(%s)\n", debugstr_a(shareName));
114
115 return FALSE;
116}

◆ NDdeIsValidShareNameW()

BOOL WINAPI NDdeIsValidShareNameW ( LPWSTR  shareName)

Definition at line 268 of file nddeapi.c.

269{
270 TRACE("(%s)\n", debugstr_w(shareName));
271
272 return FALSE;
273}

◆ NDdeSetShareSecurityA()

UINT WINAPI NDdeSetShareSecurityA ( LPSTR  lpszServer,
LPSTR  lpszShareName,
SECURITY_INFORMATION  si,
PSECURITY_DESCRIPTOR  pSD 
)

Definition at line 146 of file nddeapi.c.

148{
149 TRACE("(%s, %s, %u, %p)\n", debugstr_a(lpszServer), debugstr_a(lpszShareName), si, pSD);
150
152}

◆ NDdeSetShareSecurityW()

UINT WINAPI NDdeSetShareSecurityW ( LPWSTR  lpszServer,
LPWSTR  lpszShareName,
SECURITY_INFORMATION  si,
PSECURITY_DESCRIPTOR  pSD 
)

Definition at line 303 of file nddeapi.c.

305{
306 TRACE("(%s, %s, %u, %p)\n", debugstr_w(lpszServer), debugstr_w(lpszShareName), si, pSD);
307
309}

◆ NDdeSetTrustedShareA()

UINT WINAPI NDdeSetTrustedShareA ( LPSTR  lpszServer,
LPSTR  lpszShareName,
DWORD  dwTrustOptions 
)

Definition at line 171 of file nddeapi.c.

172{
173 TRACE("(%s, %s, 0x%08x)\n", debugstr_a(lpszServer), debugstr_a(lpszShareName), dwTrustOptions);
174
176}

◆ NDdeSetTrustedShareW()

UINT WINAPI NDdeSetTrustedShareW ( LPWSTR  lpszServer,
LPWSTR  lpszShareName,
DWORD  dwTrustOptions 
)

Definition at line 328 of file nddeapi.c.

329{
330 TRACE("(%s, %s, 0x%08x)\n", debugstr_w(lpszServer), debugstr_w(lpszShareName), dwTrustOptions);
331
333}

◆ NDdeShareAddA()

UINT WINAPI NDdeShareAddA ( LPSTR  lpszServer,
UINT  nLevel,
PSECURITY_DESCRIPTOR  pSD,
LPBYTE  lpBuffer,
DWORD  cBufSize 
)

Definition at line 38 of file nddeapi.c.

40{
41 TRACE("(%s, %u, %p, %p, %u)\n", debugstr_a(lpszServer), nLevel, pSD, lpBuffer, cBufSize);
42
44}
static TAGREF LPCWSTR LPDWORD LPVOID lpBuffer
Definition: db.cpp:175

◆ NDdeShareAddW()

UINT WINAPI NDdeShareAddW ( LPWSTR  lpszServer,
UINT  nLevel,
PSECURITY_DESCRIPTOR  pSD,
LPBYTE  lpBuffer,
DWORD  cBufSize 
)

Definition at line 195 of file nddeapi.c.

197{
198 TRACE("(%s, %u, %p, %p, %u)\n", debugstr_w(lpszServer), nLevel, pSD, lpBuffer, cBufSize);
199
201}

◆ NDdeShareDelA()

UINT WINAPI NDdeShareDelA ( LPSTR  lpszServer,
LPSTR  lpszShareName,
UINT  wReserved 
)

Definition at line 50 of file nddeapi.c.

51{
52 TRACE("(%s, %s, %u)\n", debugstr_a(lpszServer), debugstr_a(lpszShareName), wReserved);
53
55}

◆ NDdeShareDelW()

UINT WINAPI NDdeShareDelW ( LPWSTR  lpszServer,
LPWSTR  lpszShareName,
UINT  wReserved 
)

Definition at line 207 of file nddeapi.c.

208{
209 TRACE("(%s, %s, %u)\n", debugstr_w(lpszServer), debugstr_w(lpszShareName), wReserved);
210
212}

◆ NDdeShareEnumA()

UINT WINAPI NDdeShareEnumA ( LPSTR  lpszServer,
UINT  nLevel,
LPBYTE  lpBuffer,
DWORD  cBufSize,
LPDWORD  lpnEntriesRead,
LPDWORD  lpcbTotalAvailable 
)

Definition at line 61 of file nddeapi.c.

63{
64 TRACE("(%s, %u, %p, %u, %p, %p)\n", debugstr_a(lpszServer), nLevel, lpBuffer, cBufSize,
65 lpnEntriesRead, lpcbTotalAvailable);
66
68}

◆ NDdeShareEnumW()

UINT WINAPI NDdeShareEnumW ( LPWSTR  lpszServer,
UINT  nLevel,
LPBYTE  lpBuffer,
DWORD  cBufSize,
LPDWORD  lpnEntriesRead,
LPDWORD  lpcbTotalAvailable 
)

Definition at line 218 of file nddeapi.c.

220{
221 TRACE("(%s, %u, %p, %u, %p, %p)\n", debugstr_w(lpszServer), nLevel, lpBuffer, cBufSize,
222 lpnEntriesRead, lpcbTotalAvailable);
223
225}

◆ NDdeShareGetInfoA()

UINT WINAPI NDdeShareGetInfoA ( LPSTR  lpszServer,
LPSTR  lpszShareName,
UINT  nLevel,
LPBYTE  lpBuffer,
DWORD  cBufSize,
LPDWORD  lpnTotalAvailable,
LPWORD  lpnItems 
)

Definition at line 74 of file nddeapi.c.

76{
77 TRACE("(%s, %s, %u, %p, %u, %p, %p)\n", debugstr_a(lpszServer), debugstr_a(lpszShareName), nLevel,
78 lpBuffer, cBufSize, lpnTotalAvailable, lpnItems);
79
81}

◆ NDdeShareGetInfoW()

UINT WINAPI NDdeShareGetInfoW ( LPWSTR  lpszServer,
LPWSTR  lpszShareName,
UINT  nLevel,
LPBYTE  lpBuffer,
DWORD  cBufSize,
LPDWORD  lpnTotalAvailable,
LPWORD  lpnItems 
)

Definition at line 231 of file nddeapi.c.

233{
234 TRACE("(%s, %s, %u, %p, %u, %p, %p)\n", debugstr_w(lpszServer), debugstr_w(lpszShareName), nLevel,
235 lpBuffer, cBufSize, lpnTotalAvailable, lpnItems);
236
238}

◆ NDdeShareSetInfoA()

UINT WINAPI NDdeShareSetInfoA ( LPSTR  lpszServer,
LPSTR  lpszShareName,
UINT  nLevel,
LPBYTE  lpBuffer,
DWORD  cBufSize,
WORD  sParmNum 
)

Definition at line 87 of file nddeapi.c.

89{
90 TRACE("(%s, %s, %u, %p, %u, %u)\n", debugstr_a(lpszServer), debugstr_a(lpszShareName), nLevel,
91 lpBuffer, cBufSize, sParmNum);
92
94}

◆ NDdeShareSetInfoW()

UINT WINAPI NDdeShareSetInfoW ( LPWSTR  lpszServer,
LPWSTR  lpszShareName,
UINT  nLevel,
LPBYTE  lpBuffer,
DWORD  cBufSize,
WORD  sParmNum 
)

Definition at line 244 of file nddeapi.c.

246{
247 TRACE("(%s, %s, %u, %p, %u, %u)\n", debugstr_w(lpszServer), debugstr_w(lpszShareName), nLevel,
248 lpBuffer, cBufSize, sParmNum);
249
251}

◆ NDdeTrustedShareEnumA()

UINT WINAPI NDdeTrustedShareEnumA ( LPSTR  lpszServer,
UINT  nLevel,
LPBYTE  lpBuffer,
DWORD  cBufSize,
LPDWORD  lpnEntriesRead,
LPDWORD  lpcbTotalAvailable 
)

Definition at line 182 of file nddeapi.c.

184{
185 TRACE("(%s, %u, %p, %u, %p, %p)\n", debugstr_a(lpszServer), nLevel, lpBuffer, cBufSize,
186 lpnEntriesRead, lpcbTotalAvailable);
187
189}

◆ NDdeTrustedShareEnumW()

UINT WINAPI NDdeTrustedShareEnumW ( LPWSTR  lpszServer,
UINT  nLevel,
LPBYTE  lpBuffer,
DWORD  cBufSize,
LPDWORD  lpnEntriesRead,
LPDWORD  lpcbTotalAvailable 
)

Definition at line 339 of file nddeapi.c.

341{
342 TRACE("(%s, %u, %p, %u, %p, %p)\n", debugstr_w(lpszServer), nLevel, lpBuffer, cBufSize,
343 lpnEntriesRead, lpcbTotalAvailable);
344
346}

◆ WINE_DEFAULT_DEBUG_CHANNEL()

WINE_DEFAULT_DEBUG_CHANNEL ( nddeapi  )