HH Function

Unit
Unit2

Declaration
Function HH(hwndCaller: THandle; pszFile: PChar; uCommand: Cardinal; dwData: Longint): THandle;

Implementation

function HH;
begin
  Result := 0;
  if (Assigned(HtmlHelpA)) then
  begin
    Result := HtmlHelpA(hwndCaller, pszFile, uCommand, dwData);
  end;
End;


HTML generated by Time2HELP
http://www.time2help.com