Searched refs:ConnectionName (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Additions/WINNT/SharedFolders/np/ |
H A D | vboxmrxnp.cpp | 219 WCHAR ConnectionName[256]; local 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) 349 WCHAR ConnectionName[256]; local [all...] |
/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/ |
H A D | vbsf.c | 1030 static NTSTATUS vbsfVerifyConnectionName(PUNICODE_STRING ConnectionName) argument 1044 ULONG cConnectionName = ConnectionName->Length / sizeof(WCHAR); 1049 pwc = ConnectionName->Buffer; 1059 *pwc1 == 0, cRemainingName, cRemainingName, &ConnectionName->Buffer[i])); 1082 static HANDLE vbsfOpenConnectionHandle(PUNICODE_STRING ConnectionName) argument 1090 Log(("VBOXSF: vbsfOpenConnectionHandle: ConnectionName = %.*ls\n", 1091 ConnectionName->Length / sizeof(WCHAR), ConnectionName->Buffer)); 1093 Status = vbsfVerifyConnectionName(ConnectionName); 1099 ConnectionName, [all...] |
Completed in 3893 milliseconds