C++
void GetSingleDataFullPath( CString& strFullPath );
Description
If a single CNavData is in the data array, determines the full path that would be returned on an OK and puts it in strFullPath. Otherwise, returns an empty string in strFullPath.
Parameters
Parameters | Description |
---|---|
strFullPath | Full path returned on an OK or an empty string if there is not a single CNavDataobject in the data array |