<< Click to Display Table of Contents >>
ZfLib.ZfAPI.GetZetafaxServerInfoFromAD
Sub GetZetafaxServerInfoFromAD( ByVal bszServerName As String, ByRef pbszServerDir As String, ByRef pbszSystemDir As String, ByRef pbszUsersDir As String, ByRef pbszRequestDir As String )
Gets Zetafax directories configured for the specified Zetafax server.
Parameters
bszServerName
The server name to look up in AD
pbszServerDir
The returned Server directory
pbszSystemDir
The returned System directory
pbszUsersDir
The returned Users directory
pbszRequestDir
The returned Request directory
Return Value
If the directories have not been set by the Share Wizard, the method will return zfErrE_ACTIVE_DIRECTORY_MISSING_VALUE.
Remarks
This method queries Active Directory for the Zetafax server specified by bszServerName, and gets the directories that have been configured for the server by the Share Wizard.
See Also
ZfAPI.GetZetafaxServersFromAD