Share

AdUiFindContextHelpFullPath

C++

BOOL ADUI_PORT AdUiFindContextHelpFullPath(
    LPCTSTR fileName, 
    CString& fullPath
);

File

adui.h

Description

This helper function expands a help file name into a fully qualified pathname.

Parameters

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

Was this information helpful?