ReactOS 0.4.16-dev-91-g764881a
|
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
#define WIN32_NO_STATUS |
Definition at line 8 of file ntlanman.c.
@DllMain
Core routine of the Utility Manager's library.
[in] | hDllInstance | The entry point instance of the library. |
[in] | fdwReason | The reason argument to indicate the motive DllMain is being called. |
[in] | lpvReserved | Reserved. |
Definition at line 188 of file ntlanman.c.
DWORD WINAPI NPAddConnection | ( | LPNETRESOURCE | lpNetResource, |
LPWSTR | lpPassword, | ||
LPWSTR | lpUserName | ||
) |
Definition at line 47 of file ntlanman.c.
DWORD WINAPI NPAddConnection3 | ( | HWND | hwndOwner, |
LPNETRESOURCE | lpNetResource, | ||
LPWSTR | lpPassword, | ||
LPWSTR | lpUserName, | ||
DWORD | dwFlags | ||
) |
Definition at line 154 of file ntlanman.c.
Definition at line 57 of file ntlanman.c.
Definition at line 134 of file ntlanman.c.
Definition at line 88 of file ntlanman.c.
DWORD WINAPI NPEnumResource | ( | HANDLE | hEnum, |
LPDWORD | lpcCount, | ||
LPVOID | lpBuffer, | ||
LPDWORD | lpBufferSize | ||
) |
Definition at line 123 of file ntlanman.c.
DWORD WINAPI NPFormatNetworkName | ( | LPWSTR | lpRemoteName, |
LPWSTR | lpFormattedName, | ||
LPDWORD | lpnLength, | ||
DWORD | dwFlags, | ||
DWORD | dwAveCharPerLine | ||
) |
Definition at line 142 of file ntlanman.c.
Definition at line 29 of file ntlanman.c.
Definition at line 19 of file ntlanman.c.
Definition at line 78 of file ntlanman.c.
DWORD WINAPI NPGetPropertyText | ( | DWORD | iButton, |
DWORD | nPropSel, | ||
LPWSTR | lpName, | ||
LPWSTR | lpButtonName, | ||
DWORD | nButtonNameLen, | ||
DWORD | nType | ||
) |
Definition at line 98 of file ntlanman.c.
DWORD WINAPI NPGetResourceParent | ( | LPNETRESOURCE | lpNetResource, |
LPVOID | lpBuffer, | ||
LPDWORD | lpcbBuffer | ||
) |
Definition at line 177 of file ntlanman.c.
DWORD WINAPI NPGetUniversalName | ( | LPCWSTR | lpLocalPath, |
DWORD | dwInfoLevel, | ||
LPVOID | lpBuffer, | ||
LPDWORD | lpBufferSize | ||
) |
Definition at line 166 of file ntlanman.c.
Definition at line 37 of file ntlanman.c.
DWORD WINAPI NPOpenEnum | ( | DWORD | dwScope, |
DWORD | dwType, | ||
DWORD | dwUsage, | ||
LPNETRESOURCE | lpNetResource, | ||
LPHANDLE | lphEnum | ||
) |
Definition at line 111 of file ntlanman.c.
DWORD WINAPI NPPropertyDialog | ( | HWND | hwndParent, |
DWORD | iButtonDlg, | ||
DWORD | nPropSel, | ||
LPWSTR | lpFileName, | ||
DWORD | nType | ||
) |
Definition at line 66 of file ntlanman.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | ntlanman | ) |