Searched defs:lpNetResource (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/SharedFolders/np/
H A Dvboxmrxnp.cpp204 DWORD APIENTRY NPAddConnection(LPNETRESOURCE lpNetResource, argument
209 return NPAddConnection3(NULL, lpNetResource, lpPassword, lpUserName, 0);
213 LPNETRESOURCE lpNetResource,
224 Log(("VBOXNP: NPAddConnection3: Local Name: %ls\n", lpNetResource->lpLocalName ));
225 Log(("VBOXNP: NPAddConnection3: Remote Name: %ls\n", lpNetResource->lpRemoteName ));
227 if ( lpNetResource->dwType != RESOURCETYPE_DISK
228 && lpNetResource->dwType != RESOURCETYPE_ANY)
230 Log(("VBOXNP: NPAddConnection3: Incorrect net resource type %d\n", lpNetResource->dwType));
239 if (lpNetResource->lpLocalName == NULL)
246 if ( lpNetResource
212 NPAddConnection3(HWND hwndOwner, LPNETRESOURCE lpNetResource, LPWSTR lpPassword, LPWSTR lpUserName, DWORD dwFlags) argument
608 NPOpenEnum(DWORD dwScope, DWORD dwType, DWORD dwUsage, LPNETRESOURCE lpNetResource, LPHANDLE lphEnum) argument
1080 NPGetResourceParent(LPNETRESOURCE lpNetResource, LPVOID lpBuffer, LPDWORD lpBufferSize) argument
1194 NPGetResourceInformation(LPNETRESOURCE lpNetResource, LPVOID lpBuffer, LPDWORD lpBufferSize, LPWSTR *lplpSystem) argument
[all...]

Completed in 34 milliseconds