Share

CNavDialog::DisplaySearchError

C++

virtual void DisplaySearchError(
    LPCTSTR sBase
);

Description

Displays an error when trying to locate a file with base name sBase in the search path. Override this function if you implement the Locate menu item in a subclass.

Must be implemented in a subclass. The default is to do nothing.

Parameters

Parameters Description
sBase Base name of the file being searched for

Links

CNavDialog Class

Was this information helpful?