Share

CAdUiBaseDialog::SetContextHelpFullPathName

C++

void SetContextHelpFullPathName(
    LPCTSTR pFullPathName
);

Description

This method sets the context help file full path name, and is initially set to NULL. This full path name is used to find the help file for context help in the dialog, unless the value is NULL.

Parameters

Parameters Description
pFullPathName Input context help full path name

Links

CAdUiBaseDialog

Was this information helpful?