Kofax DM API Manual do Utilizador Página 153

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 528
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 152
DM API METHODS AND PROPERTIES 133
AddLoginLicensed
Parameters
Usage
Before you do a call to AddLoginLicensed, you need to get the logon
libraries available on the DM Server. (See PCDGetLoginLibs.)
Example
The following is a simple example that uses a user name with an
Attaché password.
.
.
.
'The API application method must receive an
'application ID and a license key from Hummingbird
'Ltd. in order to use this login method.
Dim oPCDLogin As new PCDLogin
Dim lngResult As Long
lngResult = oPCDLogin.AddLoginLicensed( 0 , _
strMyLibrary, ““, ““, _
strAppID, strLicenseKey )
lngResult = oPCDLogin.AddLoginLicensed( 0 ,
intNetworkType The network type of the network alias. Valid
values are:
Library Logon (No Network) 0
NetWare Bindery 1
NetWare NDS 2
Microsoft Network 8
strUnitName The DM library name, NetWare server
name, NDS tree name, or Windows domain,
workgroup, or server name.
strUserName The user name for the specified unit.
strPassword The password for the specified user.
strApplicationID The application ID that was assigned by
Hummingbird.
strAppLicenseKey The application key that was assigned by
Hummingbird.
Vista de página 152
1 2 ... 148 149 150 151 152 153 154 155 156 157 158 ... 527 528

Comentários a estes Manuais

Sem comentários