Matrix Elements VB-800 Instrukcja Użytkownika Strona 47

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 172
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 46
A2.4 Ox-GiveWin function summary 39
A2.4 Ox-GiveWin function summary
This section documents the Ox related functions that are specific for use with GiveWin.
These functions are exported from OxGiveWin2.dll. All functions in this section
require oxgivewin.h.
FOxGiveWinStart,FOxGiveWinStartBatch
bool FOxGiveWinStart(LPCTSTR OxModuleName,
LPCTSTR OxWindowName, bool bUseStdHandles);
bool FOxGiveWinStartBatch(LPCTSTR OxModuleName,
LPCTSTR OxWindowName, bool bUseStdHandles, int iBatch);
OxModuleName in: name to be used for module
OxWindowName out: name of output window in GiveWin
bUseStdHandles in: TRUE: use standard input/output, else use
GiveWin pipe
iBatch in: index of batch automation function, use 1 if no
batch
Return value
TRUE if successful.
Description
These functions establish a link to GiveWin, and can only be used with GiveWin
under Windows. The required header file is OxGiveWin.h.
The DLL which is linked to is OxGiveWin2.dll. It exports the same functional-
ity as GiveWin, see the GiveWin Developer’s Kit.
OxGiveWinFinish
void OxGiveWinFinish(bool bFocusText);
bFocusText in: TRUE: switch to GiveWin and set focus to the
output window
No return value.
Description
Closes the link to GiveWin, and can only be used with GiveWin under Win-
dows. The required header file is OxGiveWin.h. OxGiveWinFinish matches
FOxGiveWinStart.
Przeglądanie stron 46
1 2 ... 42 43 44 45 46 47 48 49 50 51 52 ... 171 172

Komentarze do niniejszej Instrukcji

Brak uwag