ReactOS 0.4.15-dev-8064-gdaf8068
ntlanman.c
Go to the documentation of this file.
1/*
2 * PROJECT: LAN Manager
3 * FILE: dll\win32\ntlanman\ntlanman.c
4 * PURPOSE: Main file
5 * PROGRAMMERS: Dmitry Chapyshev (dmitry@reactos.org)
6 */
7
8#define WIN32_NO_STATUS
9#include <windef.h>
10#include <winnetwk.h>
11//#include <npapi.h>
12
13#include <wine/debug.h>
14
16
20 LPWSTR lpRemoteName,
21 LPDWORD lpBufferSize)
22{
24 return 0;
25}
26
30{
32 return 0;
33}
34
38 LPWSTR lpUserName,
39 LPDWORD lpBufferSize)
40{
42 return 0;
43}
44
48 LPWSTR lpPassword,
49 LPWSTR lpUserName)
50{
52 return 0;
53}
54
58 BOOL fForce)
59{
61 return 0;
62}
63
67 DWORD iButtonDlg,
68 DWORD nPropSel,
70 DWORD nType)
71{
73 return 0;
74}
75
79 LPINT lpType,
80 BOOL bFlushCache)
81{
83 return 0;
84}
85
89 LPWSTR lpDir,
90 DWORD dwOper)
91{
93 return 0;
94}
95
99 DWORD nPropSel,
101 LPWSTR lpButtonName,
102 DWORD nButtonNameLen,
103 DWORD nType)
104{
106 return 0;
107}
108
109DWORD
110WINAPI
112 DWORD dwType,
113 DWORD dwUsage,
114 LPNETRESOURCE lpNetResource,
115 LPHANDLE lphEnum)
116{
118 return 0;
119}
120
121DWORD
122WINAPI
124 LPDWORD lpcCount,
126 LPDWORD lpBufferSize)
127{
129 return 0;
130}
131
132DWORD
133WINAPI
135{
137 return 0;
138}
139
140DWORD
141WINAPI
143 LPWSTR lpFormattedName,
144 LPDWORD lpnLength,
146 DWORD dwAveCharPerLine)
147{
149 return 0;
150}
151
152DWORD
153WINAPI
155 LPNETRESOURCE lpNetResource,
156 LPWSTR lpPassword,
157 LPWSTR lpUserName,
159{
161 return 0;
162}
163
164DWORD
165WINAPI
169 LPDWORD lpBufferSize)
170{
172 return 0;
173}
174
175DWORD
176WINAPI
179 LPDWORD lpcbBuffer)
180{
182 return 0;
183}
184
185
186BOOL
187WINAPI
191{
192 switch (dwReason)
193 {
195 break;
196 }
197
198 return TRUE;
199}
#define WINE_DEFAULT_DEBUG_CHANNEL(t)
Definition: precomp.h:23
DWORD dwReason
Definition: misc.cpp:154
#define UNIMPLEMENTED
Definition: debug.h:118
static HWND hwndParent
Definition: cryptui.c:300
static TAGREF LPCWSTR LPDWORD LPVOID lpBuffer
Definition: db.cpp:175
#define TRUE
Definition: types.h:120
#define DLL_PROCESS_ATTACH
Definition: compat.h:131
unsigned int BOOL
Definition: ntddk_ex.h:94
unsigned long DWORD
Definition: ntddk_ex.h:95
static IN DWORD IN LPVOID lpvReserved
DWORD WINAPI NPPropertyDialog(HWND hwndParent, DWORD iButtonDlg, DWORD nPropSel, LPWSTR lpFileName, DWORD nType)
Definition: ntlanman.c:66
DWORD WINAPI NPGetDirectoryType(LPWSTR lpName, LPINT lpType, BOOL bFlushCache)
Definition: ntlanman.c:78
DWORD WINAPI NPGetUniversalName(LPCWSTR lpLocalPath, DWORD dwInfoLevel, LPVOID lpBuffer, LPDWORD lpBufferSize)
Definition: ntlanman.c:166
DWORD WINAPI NPAddConnection3(HWND hwndOwner, LPNETRESOURCE lpNetResource, LPWSTR lpPassword, LPWSTR lpUserName, DWORD dwFlags)
Definition: ntlanman.c:154
DWORD WINAPI NPGetConnection(LPWSTR lpLocalName, LPWSTR lpRemoteName, LPDWORD lpBufferSize)
Definition: ntlanman.c:19
DWORD WINAPI NPCancelConnection(LPWSTR lpName, BOOL fForce)
Definition: ntlanman.c:57
DWORD WINAPI NPEnumResource(HANDLE hEnum, LPDWORD lpcCount, LPVOID lpBuffer, LPDWORD lpBufferSize)
Definition: ntlanman.c:123
DWORD WINAPI NPGetCaps(DWORD nIndex)
Definition: ntlanman.c:29
DWORD WINAPI NPAddConnection(LPNETRESOURCE lpNetResource, LPWSTR lpPassword, LPWSTR lpUserName)
Definition: ntlanman.c:47
BOOL WINAPI DllMain(IN HINSTANCE hinstDLL, IN DWORD dwReason, IN LPVOID lpvReserved)
Definition: ntlanman.c:188
DWORD WINAPI NPCloseEnum(HANDLE hEnum)
Definition: ntlanman.c:134
DWORD WINAPI NPFormatNetworkName(LPWSTR lpRemoteName, LPWSTR lpFormattedName, LPDWORD lpnLength, DWORD dwFlags, DWORD dwAveCharPerLine)
Definition: ntlanman.c:142
DWORD WINAPI NPGetUser(LPWSTR lpName, LPWSTR lpUserName, LPDWORD lpBufferSize)
Definition: ntlanman.c:37
DWORD WINAPI NPOpenEnum(DWORD dwScope, DWORD dwType, DWORD dwUsage, LPNETRESOURCE lpNetResource, LPHANDLE lphEnum)
Definition: ntlanman.c:111
DWORD WINAPI NPDirectoryNotify(HWND hwnd, LPWSTR lpDir, DWORD dwOper)
Definition: ntlanman.c:88
DWORD WINAPI NPGetResourceParent(LPNETRESOURCE lpNetResource, LPVOID lpBuffer, LPDWORD lpcbBuffer)
Definition: ntlanman.c:177
DWORD WINAPI NPGetPropertyText(DWORD iButton, DWORD nPropSel, LPWSTR lpName, LPWSTR lpButtonName, DWORD nButtonNameLen, DWORD nType)
Definition: ntlanman.c:98
uint32_t * LPDWORD
Definition: typedefs.h:59
#define IN
Definition: typedefs.h:39
_In_ LPCSTR lpFileName
Definition: winbase.h:3071
_In_ LPCSTR lpName
Definition: winbase.h:2789
_In_ PCCERT_CONTEXT _In_ DWORD dwFlags
Definition: wincrypt.h:1176
_In_ LONG _In_ HWND hwnd
Definition: winddi.h:4023
int * LPINT
Definition: windef.h:178
#define WINAPI
Definition: msvc.h:6
_In_ DWORD dwInfoLevel
Definition: winsvc.h:422
WCHAR * LPWSTR
Definition: xmlstorage.h:184
const WCHAR * LPCWSTR
Definition: xmlstorage.h:185