home *** CD-ROM | disk | FTP | other *** search
/ Dan Appleman's Visual Bas…s Guide to the Win32 API / Dan.Applmans.Visual.Basic.5.0.Programmers.Guide.To.The.Win32.API.1997.Ziff-Davis.Press.CD / VB5PG32.mdf / desaware / tlb / dwapishl.h < prev    next >
Encoding:
Text File  |  1997-02-10  |  1.2 KB  |  7 lines

  1. // dwapishl.h
  2.  
  3. [entry("ExtractAssociateIconA"), helpstring("This function can be used to determine if there are any icons in an executable file or dynamic link library, or associated with the given file in the system registry."), helpcontext(3392)] long stdcall ExtractAssociatedIcon([in] long hInst, [in, out] LPSTR lpIconPath, [in, out] short *lpiIcon);
  4. [entry("ExtractIconA"), helpstring("This function can be used to determine if there are any icons in an executable file or dynamic link library and to extract those icons."), helpcontext(3393)] long stdcall ExtractIcon([in] long hInst, [in, out] LPSTR lpszExeFileName, [in] long nIconIndex);
  5. [entry("FindExecutableA"), helpstring("Finds the file name of the program that is associated with a specified file."), helpcontext(3389)] long stdcall FindExecutable([in, out] LPSTR lpFile, [in, out] LPSTR lpDirectory, [in, out] LPSTR lpResult);
  6. [entry("ShellExecuteA"), helpstring("Finds the file name of the program that is associated with a specified file and either runs the program for the file or prints the file."), helpcontext(3388)] long stdcall ShellExecute([in] long hwnd, [in, out] LPSTR lpOperation, [in, out] LPSTR lpFile, [in, out] LPSTR lpParameters, [in, out] LPSTR lpDirectory, [in] long nShowCmd);
  7.