Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

D2000 VBApi - Tracing the communication with the D2000 Server

Tracing the interface communication with the D2000 Server is allowed after the debug window is opened. To open and close it use the procedures VBApiOpenConsole and VBApiCloseConsole.


Declaration


Blok kódu
languageesl
themeConfluence
Declare Sub VBApiOpenConsole Lib "vbapi.dll" Alias "_OpenConsole@0" () 

 Declare Sub VBApiCloseConsole Lib "vbapi.dll" Alias "_CloseConsole@0" ()
Note
The debug window represents the text console of the process. Closing the window in a way other than calling the procedure VBApiCloseConsole, closes the whole application.

Info
titleRelated pages:

D2000 VBApi