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>int pascal loadstring(word hmodule, word idstr, byte *pbuffer, word nmax)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
int pascal LoadString(WORD hModule, WORD idStr, BYTE *pBuffer, WORD nMax)

  Loads in a string from a resource file.

Parameters
  hModule is the handle of the opened resource file. It should be NULL
   if the resource file has been appended to the application's EXE file.
  idStr is the identifier of the particular string which you want to load.
  pBuffer is a pointer to a user-defined buffer which the string will
   be copied into.
  nMax is the size of the user-defined buffer.

Returns
  TRUE if successful, FALSE if not.
  V 3.1 & later, returns the length of the string

See Also: LoadDialog LoadMenu LoadAccelerators

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