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

/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/
H A Dvbsf.c747 ULONG cbConnectName = LowIoContext->ParamsFor.IoCtl.InputBufferLength; local
754 cbConnectName / sizeof(WCHAR), pwcConnectName, cbConnectName, pwcRemoteName, cbRemoteName));
764 if (cbConnectName > sizeof(WCHAR) && pwcConnectName)
1135 ULONG cbConnectName; local
1153 cbConnectName = LowIoContext->ParamsFor.IoCtl.InputBufferLength;
1159 if (cbConnectName == 0 || !pwcConnectName)
1166 cbConnectName / sizeof(WCHAR), pwcConnectName, cbConnectName));
1169 FileName.Length = (USHORT)cbConnectName;
1263 ULONG cbConnectName; local
[all...]

Completed in 247 milliseconds