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> fsidget()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FSIDGet()
------------------------------------------------------------------------------
 Purpose:
 Get the object ID of the file server.

 Syntax:
 dwObjectID = FSIDGet( lpszServerName )

 Parameters:
 lpszServername The file server name.

 Returns:
 A numeric value (unsigned long int).

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

 Description:
 FSIDGet() returns the object ID for the file server name specified by
 lpszServerName.

 Returns NOVERRLONG if an error occurs.

 Example:
 // To return the object ID of the current file server:
 iCurrID = FSIDGet( FSNameGet() )
 if ( NWErrorGet() = 0 )
    ? "The ID number of the current file server is ", iCurrID
 endif

 Notes:
 File servers are dynamic objects and exist on all servers on the
 internet for the duration that they are up.

See Also: FSNameGet() FSObjectList() FSWSAttach() FSWSDetach()

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