home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
pascal
/
library
/
dos
/
netz
/
netware
/
nwdir.doc
< prev
next >
Wrap
Text File
|
1992-01-27
|
9KB
|
214 lines
DIRECTORY SERVICES
==================
AddTrusteeToDirectory
Adds a trustee to a directory's trustee list.
--------------------------------------------------------------------------------
AllocPermanentDirectoryHandle
Permanently assigns a workstation drive letter to a network directory.
--------------------------------------------------------------------------------
AllocTemporaryDirectoryHandle
Temporarily assigns a workstation drive letter to a network directory.
--------------------------------------------------------------------------------
ClearVolRestrictions (386)
Removes an object's disk space restrictions from the specified volume.
--------------------------------------------------------------------------------
CreateDirectory
Creates a directory on the file server.
--------------------------------------------------------------------------------
DeallocateDirectoryHandle
Deallocates a permanent or temporary directory handle.
--------------------------------------------------------------------------------
DeleteDirectory
Deletes a directory on the file server.
--------------------------------------------------------------------------------
DeleteTrustee (386)
Removes a trustee from a directory's or file's trustee list.
--------------------------------------------------------------------------------
DeleteTrusteeFromDirectory
Removes a trustee from a directory's trustee list.
--------------------------------------------------------------------------------
GetCurrentDirectory
Gets the current directory of a drive.
--------------------------------------------------------------------------------
GetDirectoryHandle
Returns the associated file server connection ID number and directory handle
for a specified disk drive.
--------------------------------------------------------------------------------
GetDirectoryPath
Returns the directory path of a directory handle.
--------------------------------------------------------------------------------
GetDirEntry (386)
Returns entry information about the specified directory.
--------------------------------------------------------------------------------
GetDirInfo (386)
Returns the logical size information for the specified directory.
--------------------------------------------------------------------------------
GetDriveInformation
Returns information about the specified drive.
--------------------------------------------------------------------------------
GetEffectiveDirectoryRights
Returns the requesting workstation's effective rights to a directory.
--------------------------------------------------------------------------------
GetEffectiveRights (386)
Gets the object's effective rights to a directory or file.
--------------------------------------------------------------------------------
GetObjectDiskRestrictions (386)
Scans a volume for an object's disk restrictions and returns how much disk
space is currently being used.
--------------------------------------------------------------------------------
GetSearchDriveVector
Returns the shell's search drive vector.
--------------------------------------------------------------------------------
GetVolumeInformation
Returns information about a volume.
--------------------------------------------------------------------------------
GetVolumeInfoWithHandle
Given a directory handle, returns information about a volume.
--------------------------------------------------------------------------------
GetVolumeInfoWithNumber
Given a volume number, returns information about a volume.
--------------------------------------------------------------------------------
GetVolumeName
Returns a volume name for a volume.
--------------------------------------------------------------------------------
GetVolumeNumber
Returns the volume number for a volume.
--------------------------------------------------------------------------------
GetVolUsage (386)
Returns volume usage information for Netware 386.
--------------------------------------------------------------------------------
IsSearchDrive
Reports whether a drive is a search drive.
--------------------------------------------------------------------------------
MapDrive
Maps a drive by modifing the list of mapped drives or the list of search
drives. MapDrive can add a drive to or delete a drive from either of those
lists. It can also insert a drive into the search drive list. After
performing the specified mapping, it updates the PATH environment variable.
--------------------------------------------------------------------------------
MapDriveUsingString
Maps a drive or deletes a drive from the map list.
--------------------------------------------------------------------------------
MapV2TrusteeRightsToV3
Maps trustee rights for versions of Netware operating system previous to V3.0
(Netware 286) to trustee rights for Netware V3.0 and above (Netware 386).
--------------------------------------------------------------------------------
MapV3TrusteeRightsToV2
Maps trustee rights for versions of Netware operating system after v3.0
(Netware 386) to trustee rights for Netware versions prior to v3.0
(Netware 286).
--------------------------------------------------------------------------------
ModifyMaximumRightsMask
Modifies the maximum rights mask of a directory.
--------------------------------------------------------------------------------
MoveEntry (386)
Renames or moves a directory or file.
--------------------------------------------------------------------------------
RenameDirectory
Renames a directory on a file server.
--------------------------------------------------------------------------------
RestoreDirectoryHandle (286)
Restores a directory handle.
--------------------------------------------------------------------------------
SaveDirectoryHandle (286)
Saves information necessary to restore a directory handle at a later date.
--------------------------------------------------------------------------------
ScanBinderyObjectTrusteePaths
Returns the directory paths to which an object has trustee rights.
--------------------------------------------------------------------------------
ScanDirectoryForTrsutees
Returns a directory's trustees.
--------------------------------------------------------------------------------
ScanDirectoryInformation
Returns information about the subdirectories below a directory.
--------------------------------------------------------------------------------
ScanDirEntry (386)
Returns entry information about a directory.
--------------------------------------------------------------------------------
ScanDirRestrictions (386)
Scans for the amount of disk space assigned to all directories between the
current directory and the root directory. The return buffer contains
information about the restrictions along the directory path.
--------------------------------------------------------------------------------
ScanEntryForTrustees (386)
Scans a directory and returns the directory's or file's trustees.
--------------------------------------------------------------------------------
ScanVolForRestrictions (386)
Returns a list of disk space restrictions for the specified volume.
--------------------------------------------------------------------------------
SetDirectoryHandle
Assigns a directory handle to a directory path.
--------------------------------------------------------------------------------
SetDirectoryInformation
Changes a directory's information.
--------------------------------------------------------------------------------
SetDirRestriction (386)
Sets a disk space restriction for the specified directory.
--------------------------------------------------------------------------------
SetDrivePath
Sets a drive to the specified path.
--------------------------------------------------------------------------------
SetEntry (386)
Sets the information in a directory or file entry.
--------------------------------------------------------------------------------
SetSearchDriveVector
Sets the shell's search drives vector.
--
SetTrustee (386)
Sets a trustee in a directory's or file's trustee list.
--
SetVolRestriction (386)
Sets the volume disk space restriction for an object.
--------------------------------------------------------------------------------