DisplayHelpInfo
The DisplayHelpInfo function is used to generate help information used by the command-line interface to a link service DLL. This function must be exported from a link service configuration DLL supplied with each link service.
__declspec(dllexport) BOOL WINAPI DisplayHelpInfo(
LPSTR * szHelpInfoBuffer
);
Parameters
-
szHelpInfoBuffer
-
This supplied and returned parameter points to a buffer that on successful return contains help information that can be used to configure the link service.
Return Values
-
true
-
The function executed successfully.
-
false
-
The parameter passed to this function is invalid or the function failed.