ReactOS 0.4.16-dev-91-g764881a
ntlanman.c File Reference
#include <windef.h>
#include <winnetwk.h>
#include <wine/debug.h>
Include dependency graph for ntlanman.c:

Go to the source code of this file.

Macros

#define WIN32_NO_STATUS
 

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (ntlanman)
 
DWORD WINAPI NPGetConnection (LPWSTR lpLocalName, LPWSTR lpRemoteName, LPDWORD lpBufferSize)
 
DWORD WINAPI NPGetCaps (DWORD nIndex)
 
DWORD WINAPI NPGetUser (LPWSTR lpName, LPWSTR lpUserName, LPDWORD lpBufferSize)
 
DWORD WINAPI NPAddConnection (LPNETRESOURCE lpNetResource, LPWSTR lpPassword, LPWSTR lpUserName)
 
DWORD WINAPI NPCancelConnection (LPWSTR lpName, BOOL fForce)
 
DWORD WINAPI NPPropertyDialog (HWND hwndParent, DWORD iButtonDlg, DWORD nPropSel, LPWSTR lpFileName, DWORD nType)
 
DWORD WINAPI NPGetDirectoryType (LPWSTR lpName, LPINT lpType, BOOL bFlushCache)
 
DWORD WINAPI NPDirectoryNotify (HWND hwnd, LPWSTR lpDir, DWORD dwOper)
 
DWORD WINAPI NPGetPropertyText (DWORD iButton, DWORD nPropSel, LPWSTR lpName, LPWSTR lpButtonName, DWORD nButtonNameLen, DWORD nType)
 
DWORD WINAPI NPOpenEnum (DWORD dwScope, DWORD dwType, DWORD dwUsage, LPNETRESOURCE lpNetResource, LPHANDLE lphEnum)
 
DWORD WINAPI NPEnumResource (HANDLE hEnum, LPDWORD lpcCount, LPVOID lpBuffer, LPDWORD lpBufferSize)
 
DWORD WINAPI NPCloseEnum (HANDLE hEnum)
 
DWORD WINAPI NPFormatNetworkName (LPWSTR lpRemoteName, LPWSTR lpFormattedName, LPDWORD lpnLength, DWORD dwFlags, DWORD dwAveCharPerLine)
 
DWORD WINAPI NPAddConnection3 (HWND hwndOwner, LPNETRESOURCE lpNetResource, LPWSTR lpPassword, LPWSTR lpUserName, DWORD dwFlags)
 
DWORD WINAPI NPGetUniversalName (LPCWSTR lpLocalPath, DWORD dwInfoLevel, LPVOID lpBuffer, LPDWORD lpBufferSize)
 
DWORD WINAPI NPGetResourceParent (LPNETRESOURCE lpNetResource, LPVOID lpBuffer, LPDWORD lpcbBuffer)
 
BOOL WINAPI DllMain (IN HINSTANCE hinstDLL, IN DWORD dwReason, IN LPVOID lpvReserved)
 

Macro Definition Documentation

◆ WIN32_NO_STATUS

#define WIN32_NO_STATUS

Definition at line 8 of file ntlanman.c.

Function Documentation

◆ DllMain()

BOOL WINAPI DllMain ( IN HINSTANCE  hinstDLL,
IN DWORD  dwReason,
IN LPVOID  lpvReserved 
)

@DllMain

Core routine of the Utility Manager's library.

Parameters
[in]hDllInstanceThe entry point instance of the library.
[in]fdwReasonThe reason argument to indicate the motive DllMain is being called.
[in]lpvReservedReserved.
Returns
Returns TRUE when main call initialization has succeeded, FALSE otherwise.

Definition at line 188 of file ntlanman.c.

191{
192 switch (dwReason)
193 {
195 break;
196 }
197
198 return TRUE;
199}
DWORD dwReason
Definition: misc.cpp:141
#define TRUE
Definition: types.h:120
#define DLL_PROCESS_ATTACH
Definition: compat.h:131

◆ NPAddConnection()

DWORD WINAPI NPAddConnection ( LPNETRESOURCE  lpNetResource,
LPWSTR  lpPassword,
LPWSTR  lpUserName 
)

Definition at line 47 of file ntlanman.c.

50{
52 return 0;
53}
#define UNIMPLEMENTED
Definition: debug.h:118

◆ NPAddConnection3()

DWORD WINAPI NPAddConnection3 ( HWND  hwndOwner,
LPNETRESOURCE  lpNetResource,
LPWSTR  lpPassword,
LPWSTR  lpUserName,
DWORD  dwFlags 
)

Definition at line 154 of file ntlanman.c.

159{
161 return 0;
162}

◆ NPCancelConnection()

DWORD WINAPI NPCancelConnection ( LPWSTR  lpName,
BOOL  fForce 
)

Definition at line 57 of file ntlanman.c.

59{
61 return 0;
62}

◆ NPCloseEnum()

DWORD WINAPI NPCloseEnum ( HANDLE  hEnum)

Definition at line 134 of file ntlanman.c.

135{
137 return 0;
138}

◆ NPDirectoryNotify()

DWORD WINAPI NPDirectoryNotify ( HWND  hwnd,
LPWSTR  lpDir,
DWORD  dwOper 
)

Definition at line 88 of file ntlanman.c.

91{
93 return 0;
94}

◆ NPEnumResource()

DWORD WINAPI NPEnumResource ( HANDLE  hEnum,
LPDWORD  lpcCount,
LPVOID  lpBuffer,
LPDWORD  lpBufferSize 
)

Definition at line 123 of file ntlanman.c.

127{
129 return 0;
130}

◆ NPFormatNetworkName()

DWORD WINAPI NPFormatNetworkName ( LPWSTR  lpRemoteName,
LPWSTR  lpFormattedName,
LPDWORD  lpnLength,
DWORD  dwFlags,
DWORD  dwAveCharPerLine 
)

Definition at line 142 of file ntlanman.c.

147{
149 return 0;
150}

◆ NPGetCaps()

DWORD WINAPI NPGetCaps ( DWORD  nIndex)

Definition at line 29 of file ntlanman.c.

30{
32 return 0;
33}

◆ NPGetConnection()

DWORD WINAPI NPGetConnection ( LPWSTR  lpLocalName,
LPWSTR  lpRemoteName,
LPDWORD  lpBufferSize 
)

Definition at line 19 of file ntlanman.c.

22{
24 return 0;
25}

◆ NPGetDirectoryType()

DWORD WINAPI NPGetDirectoryType ( LPWSTR  lpName,
LPINT  lpType,
BOOL  bFlushCache 
)

Definition at line 78 of file ntlanman.c.

81{
83 return 0;
84}

◆ NPGetPropertyText()

DWORD WINAPI NPGetPropertyText ( DWORD  iButton,
DWORD  nPropSel,
LPWSTR  lpName,
LPWSTR  lpButtonName,
DWORD  nButtonNameLen,
DWORD  nType 
)

Definition at line 98 of file ntlanman.c.

104{
106 return 0;
107}

◆ NPGetResourceParent()

DWORD WINAPI NPGetResourceParent ( LPNETRESOURCE  lpNetResource,
LPVOID  lpBuffer,
LPDWORD  lpcbBuffer 
)

Definition at line 177 of file ntlanman.c.

180{
182 return 0;
183}

◆ NPGetUniversalName()

DWORD WINAPI NPGetUniversalName ( LPCWSTR  lpLocalPath,
DWORD  dwInfoLevel,
LPVOID  lpBuffer,
LPDWORD  lpBufferSize 
)

Definition at line 166 of file ntlanman.c.

170{
172 return 0;
173}

◆ NPGetUser()

DWORD WINAPI NPGetUser ( LPWSTR  lpName,
LPWSTR  lpUserName,
LPDWORD  lpBufferSize 
)

Definition at line 37 of file ntlanman.c.

40{
42 return 0;
43}

◆ NPOpenEnum()

DWORD WINAPI NPOpenEnum ( DWORD  dwScope,
DWORD  dwType,
DWORD  dwUsage,
LPNETRESOURCE  lpNetResource,
LPHANDLE  lphEnum 
)

Definition at line 111 of file ntlanman.c.

116{
118 return 0;
119}

◆ NPPropertyDialog()

DWORD WINAPI NPPropertyDialog ( HWND  hwndParent,
DWORD  iButtonDlg,
DWORD  nPropSel,
LPWSTR  lpFileName,
DWORD  nType 
)

Definition at line 66 of file ntlanman.c.

71{
73 return 0;
74}

◆ WINE_DEFAULT_DEBUG_CHANNEL()

WINE_DEFAULT_DEBUG_CHANNEL ( ntlanman  )