Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- M E W E L - <b>word pascal openresourcefile(char *szfilename)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
WORD pascal OpenResourceFile(char *szFileName)

  Opens a resource file for use. A resource file must be opened before
any resources can be read from it.

Parameters
  szFileName is the full name of the resource file to open. You do not
have to specify the ".res" extension. If the resource file is apended
onto the end of your application's EXE file, then szFileName must be
NULL  (this feature is only available in DOS version 3.0 or greater).
You can place the resource data into an EXE file by invoking the
resouce compiler on the binary resource file.

Returns
  The module handle if the resource file was opened, 0 if not.



.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson