<< Click to Display Table of Contents >>

ZFLOGO2

Method 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

 

parminbszServerName

The server name to look up in AD

 

parmoutpbszServerDir

The returned Server directory

 

parmoutpbszSystemDir

The returned System directory

 

parmoutpbszUsersDir

The returned Users directory

 

parmoutpbszRequestDir

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