Changeset 3
- Timestamp:
- Jan 31, 2018, 6:30:50 PM (8 years ago)
- Location:
- trunk
- Files:
-
- 11 added
- 5 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/mmi_customdll.c
r2 r3 185 185 // mp1 got FunctionID, mp2 got SysInfoParm 186 186 MINSTLOG_ToFile ("Doing MCI-SYSINFO...\n"); 187 strcpy(PVOIDFROMMP(mp2), "IBMSEQSB01");188 187 CustomAPI_AnalyseSYSINFOCalls ((ULONG)LONGFROMMP(mp1), PVOIDFROMMP(mp2)); 189 188 APIResult = MCIINI_SendSysInfoExtCommand ((ULONG)LONGFROMMP(mp1), PVOIDFROMMP(mp2)); … … 211 210 MINSTLOG_ToFile (" - ulNumPlayConnections %d\n", CurNetDefConn->ulNumPlayConnections); 212 211 MINSTLOG_ToFile (" - ulNumRecordConnections %d\n", CurNetDefConn->ulNumRecordConnections); 213 for (i=0; i< MAX_DEVICE_NAME; i++) {212 for (i=0; i< CurNetDefConn->ulNumDevices; i++) { 214 213 MINSTLOG_ToFile (" - Devices[%d] %s\n", i, CurNetDefConn->pDevices[i]); 215 214 }
Note:
See TracChangeset
for help on using the changeset viewer.