[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_GDRVCID()
 GetDriveConnectionIDTable
------------------------------------------------------------------------------
 Syntax
 
       fn_gDrvCID() -> aConnectionID
 
 Arguments

      None

 Returns

      A 32 element array containing the file server Connection ID
      associated with that drive.  A value of 0 indicates that the drive
      is not mapped to a file server (local drive or drive not used).

 Description

      This function indicates which servers are mapped to by each of the
      32 possible logical drives.

 Examples

                        /* make the server currently mapped to drive H: the preferred
          server */

       nDrvID := fn_gDrvCID()[ 8 ]

       fn_sPfCID( nDrvID )


 Source: N:\SRC\CONNWS\DRVINFO.PRG

 Author: Steve Larsen

See Also: fn_gDrvFT()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson