Kofax DM API Bedienungsanleitung Seite 91

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 528
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 90
DM API OBJECTS 71
PCDNetworkInfo
Public oNWInfo As New PCDNetworkInfo
Private Sub cbCancel_Click()
Unload DomainForm
End Sub
Private Sub Form_Load()
Dim nResult As Long
Dim nNumRows As Long
'Load the Domain List.
' %NI_NT indicates this is an NT based OS.
' %UNDEFINED returns all domains from the root.
nResult = oNWInfo.GetDomainList("%NI_NT", _
"%UNDEFINED")
nNumRows = 0
'If the Domain list has been retrieved,
'get the number of domains in the list.
If nResult = 0 Then
Seitenansicht 90
1 2 ... 86 87 88 89 90 91 92 93 94 95 96 ... 527 528

Kommentare zu diesen Handbüchern

Keine Kommentare