Share

CNavDialog::CombineDataTextWithFolderName

C++

virtual OkHandlerErr CombineDataTextWithFolderName(
    CNavData* data, 
    CString& strResult
);

Description

This function may be called as part of the OK handler to combine text in the file name combo box with the path to the folder that is being browsed.

Parameters

Parameters Description
data Input file name
strResult Result of combining the filename with the folder path name

Links

CNavDialog Class

Was this information helpful?