Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Скачиваний:
3
Добавлен:
28.06.2014
Размер:
2.16 Кб
Скачать
/*
 *************************************************************************
 *                                                                       *
 *  Interface for INSTDRV.DLL library functions                          *
 *                                                JSC Active 1998-99     *
 *************************************************************************
*/
#ifndef __INSTDRVF__H__
#define __INSTDRVF__H__

#define	GID_API WINAPI

#ifdef __cplusplus
 extern "C" {
#endif

__declspec(dllimport) int   GID_API GD_ReInstallDriver          ( void );
__declspec(dllimport) int   GID_API GD_InstallDriver            ( void );
__declspec(dllimport) int   GID_API GD_RemoveDriver             ( BOOL bSaveConfig );
__declspec(dllimport) int   GID_API GD_CheckDriver              ( PGD_DRIVER_INFO pDI, DWORD dwSize );
__declspec(dllimport) int   GID_API GD_ConfigSetDefaults        ( void );
__declspec(dllimport) int   GID_API GD_ConfigPortsUse           ( BYTE bPortsMask );
__declspec(dllimport) int   GID_API GD_ConfigPortAlloc          ( BYTE bPort, DWORD dwMethod );
__declspec(dllimport) int   GID_API GD_ConfigTimeOut            ( DWORD dwTimeOut );
__declspec(dllimport) int   GID_API GD_ConfigIrql               ( BYTE bPort, BYTE bIrql );
__declspec(dllimport) int   GID_API GD_ConfigFlags              ( DWORD dwFlags );
__declspec(dllimport) int   GID_API GD_ReconfigureDriver        ( void );
__declspec(dllimport) void  GID_API GD_SetInstdrvConfig         ( DWORD dwConfigFlags );
__declspec(dllimport) void  GID_API GD_PrintLog                 ( char * sMessage );
__declspec(dllimport) void  GID_API GD_GetVersions              ( BOOL* pbWinNT, BOOL* pbRus, int* pnCurDrvVer );
__declspec(dllimport) char* GID_API GD_GetLastErrorDescription  ( char* szErr, DWORD dwLen );
__declspec(dllimport) int   GID_API GD_GetAutoTimeMethods		( WORD * wTMAuto );

 // This function is for compability only. Use GD_SetInstdrvConfig()
__declspec(dllimport) void  GID_API GD_SetMessageMode           ( BOOL bShowMessages, BOOL bShowFullDescriptions );

#ifdef __cplusplus
}
#endif

#endif __INSTDRVF__H__

Соседние файлы в папке INST.DLL