Share

acedHelpForExternal Function

C++

int acedHelpForExternal(
    const ACHAR * pszFunctionName
);

File

acedads.h

Description

This function looks up the specified function name in a table, and if it is found, invokes the corresponding Help call.

This function can be registered using acedSetFunHelp.

Parameters

Parameters Description
pszFunctionName Input the name of the external help function.

Returns

RTNORM if successful; 1 if the help is not defined; otherwise, value indicating different failure.

Was this information helpful?