31 APP_VOID hashTablePrint(LPST_DREP lpstDrep);
33 LPST_EXPECTED_CONFIGURATION remove_configuration (LPST_DREP lpstDrep, LPST_CONFIGURATION_STORAGE lpstConf,LPST_CR lpstCr, LPST_POOL lpstPoolEc);
34 LPST_CONFIGURATION_STORAGE getConfiguration (LPST_DREP lpstDrep, APP_DWORD dwApi,APP_WORD wModule,APP_WORD wSubModule);
35 LPST_EXPECTED_CONFIGURATION freeRealConfiguration(LPST_DREP lpstDrep, APP_DWORD dwApi,APP_WORD wModule,APP_WORD wSubModule, APP_LPWORD lpwStatus);
37 APP_DWORD getAndCheckEC(LPST_DREP lpstDrep, LPST_AREP APP_FAR *lpArep, APP_DWORD dwApi, APP_WORD wSlot, APP_WORD wSubSlot, LPST_EXPECTED_CONFIGURATION APP_FAR* lpstEC);
38 APP_DWORD getHashKey(APP_DWORD dwApi,APP_WORD wModule,APP_WORD wSubModule);
39 APP_WORD freeConfiguration(LPST_DREP lpstDrep,APP_DWORD dwApi,APP_WORD wModule,APP_WORD wSubModule);
40 APP_DWORD setConfiguration(LPST_DREP lpstDrep, LPST_CONFIGURATION_STORAGE lpstConfStorage ,APP_DWORD dwApi,APP_WORD wModule, APP_WORD wSubModule,LPST_REAL_CONFIGURATION lpstRc,LPST_EXPECTED_CONFIGURATION lpstEc,APP_LPWORD lpwStatus);
41 APP_DWORD getErrorModule(LPST_DREP lpstDrep,APP_DWORD dwApi,APP_WORD wSlot,APP_WORD wSubSlot, APP_LPWORD lpwModuleState,APP_LPWORD lpwSubModuleState, APP_DWORD dwModuleModuleIdentNumber, APP_DWORD dwModuleSubModuleIdentNumber, APP_LPDWORD lpdwModuleDiffModuleIdentNumber, APP_LPDWORD lpdwModuleDiffSubModuleIdentNumber);
44 APP_BOOL haveSlotPlug();