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

/vbox/src/VBox/HostServices/SharedFolders/
H A Dvbsf.cpp529 SHFLSTRING *pPathParameter = pPath; local
536 cbPathLength = sizeof(SHFLSTRING) + pPathParameter->u16Length * 8 + 2;
545 ::CFStringAppendCharacters(inStr, (UniChar*)pPathParameter->String.ucs2,
546 pPathParameter->u16Length / sizeof(pPathParameter->String.ucs2[0]));
619 pPath = pPathParameter;

Completed in 47 milliseconds