Share

CAdUiFileDialog::FindContextHelpFullPath

C++

virtual BOOL FindContextHelpFullPath(
    LPCTSTR fileName, 
    CString& fullPath
);

Description

This function is used to find the full path of the context help file for the application given a base name. It simply calls AdUiFindContextHelpFullPath, which uses the OS search path to find the file. Override this to use a different search path. Returns TRUE if full path found.

Parameters

Parameters Description
fileName Input context help file name
fullPath Output context help file path

Links

CAdUiFileDialog

Was this information helpful?