Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Novlib 3.30 Online Reference - <b> volnameget()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 VolNameGet()
------------------------------------------------------------------------------
 Purpose:
 Get the volume name.

 Syntax:
 lpszVolName = VolNameGet( iVolNum )

 Parameters:
 iVolNum The volume number - 0 for the first volume, 1 for the second etc.

 Returns:
 A character string of length 47.

 The CA-Clipper name for this function is:
 VolNmeGet()

 Description:
 VolNameGet() returns the name of volume number iVolNum.

 Returns an empty string if an error occurs.

 Example:
 // To display the name of the first disk volume:
 lpszCurrName = VolNameGet(0)
 if ( !empty( lpszCurrName ) )
    ? "The name of volume 0 is", lpszCurrName
 endif

See Also: VolNumberGet()

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