home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / clipper / nedesc11.zip / NEDESC.TXT
Text File  |  1993-07-28  |  11KB  |  260 lines

  1. Netto v1.1 Function Listing
  2. ---------------------------
  3.  
  4. Accounting Services
  5.  
  6.  FN_ACCINST()     Is Accounting installed?
  7.  FN_GACCSTAT()    Get Account Status of an Object
  8.  FN_SACCHOLD()    Submit a hold request to an Object's account
  9.  
  10. Bindery Services
  11.  
  12.  FN_ADBNDO()      Add Bindery Object To Set
  13.  FN_BACCLEV()     Get Bindery Access Level
  14.  FN_BNDOINS()     Is Bindery Object In Set
  15.  FN_BNDONAM()     Get Bindery Object Name
  16.  FN_CBNDOPW()     Change Bindery Object Password
  17.  FN_CBNDOSE()     Change Bindery Object Security
  18.  FN_CLOSBND()     Close Bindery
  19.  FN_CPROSEC()     Change Property Security
  20.  FN_CREBNDO()     Create Bindery Object
  21.  FN_CREPROP()     Create Property
  22.  FN_DBNDOSE()     Delete Bindery Object From Set
  23.  FN_DELBNDO()     Delete Bindery Object
  24.  FN_DELPROP()     Delete Property
  25.  FN_FSLIST()      Get a sorted list of file server names
  26.  FN_GBNDOID()     Get Bindery Object Id
  27.  FN_GRPLIST()     Get a sorted list of user groups
  28.  FN_INGROUP()     Determine if user is in a user group
  29.  FN_ISSUPEQ()     Determine if connection/user is SUPERVISOR-equivalent
  30.  FN_MAILDIR()     Return the user's directory in SYS:MAIL
  31.  FN_OPENBND()     Open Bindery
  32.  FN_PRQLIST()     Get a sorted list of print queue names
  33.  FN_RDPROVA()     Read property value
  34.  FN_RENBNDO()     Rename Bindery Object
  35.  FN_SCABNDO()     Scan Bindery Object
  36.  FN_SCAPROP()     Scan Property
  37.  FN_ULIST()       Get a sorted list of user names
  38.  FN_VBNDOPW()     Verify Bindery Object Password
  39.  FN_WRPROVA()     Write Property Value
  40.  
  41. Connection / Workstation Services
  42.  
  43.  FN_ATTCHFS()     Attach to file server
  44.  FN_CONNID()      GetConnectionID
  45.  FN_CONNINF()     GetConnectionInformation
  46.  FN_CONNNUM()     GetConnectionNumber
  47.  FN_DEFCID()      GetDefaultConnectionID
  48.  FN_DETCHFS()     Detach from file server
  49.  FN_ENTRLOG()     Enter Login Area
  50.  FN_EOJ()         EndOfJob
  51.  FN_FSNAME()      GetFileServerNameTable
  52.  FN_GDRVCID()     GetDriveConnectionIDTable
  53.  FN_GDRVFT()      GetDriveFlagTable
  54.  FN_GETSN()       Get file server name
  55.  FN_INETADD()     GetInternetAddress
  56.  FN_LOGGED()      Return login status of logical connection or user
  57.  FN_LOGINFS()     LoginToFileServer
  58.  FN_LOGOUT()      LogoutFromNetwork
  59.  FN_LOGOUTFS()    LogoutFromFileServer
  60.  FN_NUMLDRV()     GetNumberOfLocalDrives
  61.  FN_OBJCNUM()     GetObjectConnectionNumbers
  62.  FN_PFCONID()     GetPreferredConnectionID
  63.  FN_PRCONID()     GetPrimaryConnectionID
  64.  FN_SETEMOD()     SetNetwareErrorMode
  65.  FN_SETEOJ()      SetEndOfJobStatus
  66.  FN_SHVER()       GetNetwareShellVersion
  67.  FN_SPFCID()      SetPreferredConnectionID
  68.  FN_SPRCID()      SetPrimaryConnectionID
  69.  FN_STAADDR()     GetStationAddress
  70.  FN_WHOAMI()      Return a user name
  71.  FN_WKSTENV()     GetWorkstationEnvironment
  72.  FN_WRCONNID()    WriteConnectionIDTable
  73.  FN_WRFSNAME()    WriteFileServerNameTable
  74.  
  75. File System Services
  76.  
  77.  FN_ALPERDH()     Allocate permanent directory handle
  78.  FN_ALTEMDH()     Allocate temporary directory handle
  79.  FN_DEALDH()      Deallocate directory handle
  80.  FN_DEVTYPE()     Get the Device type for any drive number (Network, Local, or Subst)
  81.  FN_DVOLNAME()    Get the Volume name for a drive letter
  82.  FN_FSCPY()       File server file copy
  83.  FN_GDLFSO()      Return a drive letter for a given search order
  84.  FN_GETCD()       Get the current directory
  85.  FN_GETDH()       Get a directory handle from a drive number
  86.  FN_GETPATH()     Get a full directory path given a directory handle.
  87.  FN_GETRIGHTS()   Get effective rights to a Netware directory
  88.  FN_GSPFDL()      Get the search order of a drive letter
  89.  FN_MKDIR()       Create directory
  90.  FN_RENDIR()      Rename directory
  91.  FN_RESDH()       Restore directory handle
  92.  FN_RIGHTS()      Get effective rights to any directory (Netware, Local)
  93.  FN_RMDIR()       Delete directory
  94.  FN_SAVDH()       Save directory handle
  95.  FN_SETDH()       Set directory handle
  96.  FN_SHOWDOT()     Set "SHOW DOT" parameter
  97.  FN_VOLINF()      Get volume information
  98.  FN_VOLINFH()     Get volume information with handle
  99.  FN_VOLINFN()     Get volume information with number
  100.  FN_VOLNAME()     Get the volume name given the volume number.
  101.  FN_VOLNUM()      Get the volume number given the volume name.
  102.  
  103. File Server Services
  104.  
  105.  FN_CHKCONP()     Check console privleges
  106.  FN_CLRCONN()     [286] Clear logical connection on default file server
  107.  FN_DISLOG()      Disable file server login
  108.  FN_ENALOG()      Enable file server login
  109.  FN_GETFSI()      Get default File Server Information
  110.  FN_GFSDTIM()     Get Netware file server date and time
  111.  FN_GFSLOGS()     Get File Server Login Status
  112.  FN_MAXCONN()     Return Maximum Connections for the default Server
  113.  FN_NETVER()      Return the Netware version as a numeric
  114.  
  115. Message Services
  116.  
  117.  CASTOFF          Disable receipt of broadcast messages
  118.  CASTON           Enable receipt of broadcast messages
  119.  FN_BTOC()        Broadcast to file server console
  120.  FN_GBM()         Get broadcast message
  121.  FN_GETBMOD()     Get broadcast mode
  122.  FN_SBM()         Send broadcast message
  123.  FN_SETBMOD()     Set broadcast mode
  124.  
  125. MHS
  126.  
  127.  FN_MHSAFWG()     Get MHS list of affilitated workgroups
  128.  FN_MHSAPPS()     Get MHS list of registered applications
  129.  FN_MHSHOST()     Get name of your MHS host
  130.  FN_MHSHWG()      Get MHS table file of hosts, workgroups, and gateways
  131.  FN_MHSSNDM()     Send MHS Message to multiple recipients with attachments
  132.  FN_MHSUSER()     Get MHS user list
  133.  
  134. Miscellaneous Services
  135.  
  136.  FN_AND()         Perform a bitwise AND
  137.  FN_BIN2HEX()     Convert a binary string to hexidecimal
  138.  FN_BIN2I()       Convert a binary string to numeric
  139.  FN_CLRBIT()      Clear a bit in a number
  140.  FN_ERROR()       Return current error status for a Netware Library function
  141.  FN_HEX2BIN()     Convert a hexidecimal string to to binary
  142.  FN_I2BIN()       Convert an integer to binary string
  143.  FN_IPXINIT()     This function gets the entry address for the IPX interface.
  144.  FN_IS3X()        Is the current server a 3.x server?
  145.  FN_ISBIT()       Determine if a specified bit is set
  146.  FN_ISNET()       Determine if user is on functioning NetWare node
  147.  FN_NAMEL()       General purpose string to length+string packet function
  148.  FN_NEG()         Calculate the two's complement of a number
  149.  FN_NONULL()      Strip a string of trailing nulls
  150.  FN_NOT()         Perform a bitwise NOT on an integer
  151.  FN_OR()          Perform a bitwise OR
  152.  FN_PEEKSTR()     Read a string of bytes from memory
  153.  FN_PFEVAL()      Set preferred server and eval block
  154.  FN_POKESTR()     Write a string of bytes to memory
  155.  FN_ROL()         Rotate bits in an integer to the left
  156.  FN_ROR()         Rotate bits in an integer to the right
  157.  FN_SETBIT()      Set a bit in a number
  158.  FN_SHL()         Shift the bits in an integer to the left
  159.  FN_SHR()         Shift the bits in an integer to the right
  160.  FN_SSFROMP()     Remove the file server name from a path string
  161.  FN_TOGBIT()      Toggle a bit in a number
  162.  FN_XOR()         Perform a bitwise exclusive OR
  163.  FT_ISWAP()       Swap the bytes in a two byte integer
  164.  FT_LSWAP()       Reverse the bytes in a 4 byte long integer.
  165.  _FNREQ()         General purpose packet request function for Netware APIs
  166.  _FNSETERR()      Set the current Netware Library error status
  167.  
  168. Print Services
  169.  
  170.  CAPTURE          Start Capture and set Capture Flags
  171.  ENDCAP           End Capture
  172.  FN_CAPPJB()      Set Capture Print Job.
  173.  FN_CLPTCAP()     Cancel LPT Capture
  174.  FN_CSPLPTC()     Cancel specific LPT capture
  175.  FN_ELPTCAP()     End LPT Capture
  176.  FN_ESPLPTC()     End specific LPT capture
  177.  FN_FLPTCAP()     Flushes the LPT capture buffer for the default printer.
  178.  FN_FSPLPTC()     Flush specific LPT capture
  179.  FN_GBANUNM()     Returns the user name printed on banner.
  180.  FN_GDEFCPF()     Gets Print Job Flags for the default LPT
  181.  FN_GDEFLPT()     Gets Default Local Printer
  182.  FN_GLPTCAP()     Gets Default LPT Capture Status
  183.  FN_GPTRNAM()     Get Printer Queue
  184.  FN_GPTRSTA()     Get Status of Specified File Server Printer
  185.  FN_GSPCAPF()     Get Specified Capture Flags
  186.  FN_PRINTQ()      Set Capture Print Queue
  187.  FN_SBANUNM()     Sets the user name to be printed on the banner
  188.  FN_SCAPPQ()      Set Capture Print Queue
  189.  FN_SDEFCPF()     Set Default Capture Flags
  190.  FN_SDEFLPT()     Sets Default Local Printer
  191.  FN_SLPTCAP()     Start LPT Capture
  192.  FN_SPECAPF()     Specify Capture File
  193.  FN_SSPCAPF()     Set Specific Capture Flags
  194.  FN_SSPLPTC()     Start specific LPT capture
  195.  SAVE/RESTORE CAPTSaves/Restores current capture settings
  196.  
  197. Queue Management System Services
  198.  
  199.  CREATE JOBSTRUCT Create a QMS Job Structure (array) the easy way
  200.  CREATE PRINTJOB  Create a print job client record area
  201.  FN_ABQJBFI()     Abort servicing queue job and file
  202.  FN_ATQSTOQ()     Attach queue server to queue
  203.  FN_CFABQJ()      Close file and abort queue job
  204.  FN_CHCLIRI()     Change to client rights
  205.  FN_CHQJBEN()     Change queue job entry
  206.  FN_CHQJBPO()     Change queue job position
  207.  FN_CREATQ()      Create queue
  208.  FN_CRQJBFI()     Create queue job and file
  209.  FN_DESTQ()       Destroy queue
  210.  FN_DTQSFQ()      Detach queue server from queue
  211.  FN_FINSQJB()     Finish servicing queue job and file
  212.  FN_GQJBFSZ()     Get queue job's file size
  213.  FN_GQJBLST()     Get queue job list
  214.  FN_RDQJBEN()     Read queue job entry
  215.  FN_RDQSSTA()     Read queue server current status
  216.  FN_RDQSTA()      Read queue current status
  217.  FN_REMJBQ()      Remove job from queue
  218.  FN_RSTQSRI()     Restore Queue Server Rights
  219.  FN_SQJOBFI()     Service queue job and open file
  220.  FN_SQSSTAT()     Set queue server current status
  221.  FN_SQSTAT()      Set queue current status
  222.  FN_STQJOB()      Close file and start queue job
  223.  
  224. Synchronization Services
  225.  
  226.  FN_CLFISET()     Clear file set
  227.  FN_CLLRSET()     Clear logical record set
  228.  FN_CLRFILE()     Clear file (ASCIIZ)
  229.  FN_CLRLR()       Clear logical record
  230.  FN_GETLMOD()     Get lock mode
  231.  FN_LKFISET()     Lock file set
  232.  FN_LKLRSET()     Lock logical record set
  233.  FN_LOGFILE()     Log file (ASCIIZ)
  234.  FN_LOGLR()       Log logical record
  235.  FN_RELFILE()     Release file (ASCIIZ)
  236.  FN_RELFISE()     Release file set
  237.  FN_RELLR()       Release logical record
  238.  FN_RELLRSE()     Release logical record set
  239.  FN_SEMCLOS()     Close a semaphore
  240.  FN_SEMEX()       Examine a semaphore's value and open count
  241.  FN_SEMOPEN()     Open or create a semaphore
  242.  FN_SEMSIG()      Signal a semaphore (increment)
  243.  FN_SEMWAIT()     Wait on a semaphore (decrement)
  244.  FN_SETLMOD()     Set lock mode
  245.  
  246. TTS Services
  247.  
  248.  FN_HASTTS()      Is TTS available?  Yes or No?
  249.  FN_TTABORT()     Abort transaction
  250.  FN_TTAVAIL()     Determine TTS availability
  251.  FN_TTBEGIN()     Begin transaction
  252.  FN_TTEND()       End transaction
  253.  FN_TTGAPT()      Get TTS Application Thresholds
  254.  FN_TTGWST()      Get TTS workstation thresholds
  255.  FN_TTSAPT()      Set TTS Application Thresholds
  256.  FN_TTSTAT()      Get TTS Transaction Status
  257.  FN_TTSWST()      Set TTS Workstation Thresholds
  258.  
  259.  
  260.                                      ###