Lines Matching refs:ConnectionName
219 WCHAR ConnectionName[256];
236 lstrcpy(ConnectionName, DD_MRX_VBOX_FS_DEVICE_NAME_U);
237 lstrcat(ConnectionName, L"\\;");
253 lstrcat(ConnectionName, LocalName);
270 if (lstrlen(ConnectionName) + lstrlen(lpNetResource->lpRemoteName) <= sizeof(ConnectionName) / sizeof(WCHAR))
272 lstrcat(ConnectionName, &lpNetResource->lpRemoteName[1]);
285 Log(("VBOXNP: NPAddConnection3: ConnectionName: [%ls], len %d, dwStatus 0x%08X\n",
286 ConnectionName, (lstrlen(ConnectionName) + 1) * sizeof(WCHAR), dwStatus));
298 ConnectionName));
307 ConnectionName,
308 (lstrlen(ConnectionName) + 1) * sizeof(WCHAR),
317 ConnectionName))
349 WCHAR ConnectionName[256];
373 if (lstrlen(DD_MRX_VBOX_FS_DEVICE_NAME_U) + 2 + lstrlen(LocalName) + lstrlen(RemoteName) + 1 > sizeof(ConnectionName) / sizeof(WCHAR))
379 lstrcpy(ConnectionName, DD_MRX_VBOX_FS_DEVICE_NAME_U);
380 lstrcat(ConnectionName, L"\\;");
381 lstrcat(ConnectionName, LocalName);
382 lstrcat(ConnectionName, RemoteName);
385 ConnectionName,
386 (lstrlen(ConnectionName) + 1) * sizeof(WCHAR),
394 ConnectionName))
432 if (lstrlen(DD_MRX_VBOX_FS_DEVICE_NAME_U) + 2 + lstrlen(lpName) + 1 > sizeof(ConnectionName) / sizeof(WCHAR))
438 lstrcpy(ConnectionName, DD_MRX_VBOX_FS_DEVICE_NAME_U);
439 lstrcat(ConnectionName, L"\\;");
440 lstrcat(ConnectionName, lpName);
443 ConnectionName,
444 (lstrlen(ConnectionName) + 1) * sizeof(WCHAR),