Share

AcUiFindContextHelpFullPath

C++

ACUI_PORT bool AcUiFindContextHelpFullPath(
    LPCTSTR fileName, 
    CString& fullPath
);

File

acui.h

Description

This function expands a help file name into a fully qualified pathname. The file is located via a call to acedFindFile(). Returns TRUE on success and FALSE otherwise.

Parameters

Parameters Description
fileName Help file name
fullPath Reference to a fully qualified pathname

Previous Declaration

ACUI_PORT BOOL AcUiFindContextHelpFullPath (

LPCTSTR fileName, CString& fullPath

);

Was this information helpful?