home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / PVb5.0 / VB / SAMPLES / PGUIDE / BIBLIO / BIBLIO.BAS next >
Encoding:
BASIC Source File  |  1997-01-05  |  168 b   |  5 lines

  1. Attribute VB_Name = "Module1"
  2. ' WinHelp ╔∙├≈
  3. Declare Function OSWinHelp% Lib "User" Alias "WinHelp" (ByVal hwnd%, ByVal HelpFile$, ByVal wCommand%, dwData As Any)
  4.  
  5.