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

/vbox/src/VBox/Additions/WINNT/SharedFolders/np/
H A Dvboxmrxnp.cpp353 WCHAR RemoteName[128]; local
360 ULONG cbOut = sizeof(RemoteName) - sizeof(WCHAR); /* Trailing NULL. */
365 (PVOID)RemoteName,
371 RemoteName[cbOut / sizeof(WCHAR)] = L'\0';
373 if (lstrlen(DD_MRX_VBOX_FS_DEVICE_NAME_U) + 2 + lstrlen(LocalName) + lstrlen(RemoteName) + 1 > sizeof(ConnectionName) / sizeof(WCHAR))
382 lstrcat(ConnectionName, RemoteName);
467 WCHAR RemoteName[128]; local
479 cbOut = sizeof(RemoteName) - sizeof(WCHAR);
480 RemoteName[cbOut / sizeof(WCHAR)] = 0;
489 (PVOID)RemoteName,
763 WCHAR RemoteName[128]; local
[all...]

Completed in 75 milliseconds