Changeset 140 for trunk/src/helpers/apps.c
- Timestamp:
- Feb 9, 2002, 6:48:12 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/apps.c
r133 r140 1250 1250 ProgDetails.pszParameters = strParamsPatched.psz; 1251 1251 1252 _Pmpf((__FUNCTION__ ": progt.progc: %d", ProgDetails.progt.progc));1252 /* _Pmpf((__FUNCTION__ ": progt.progc: %d", ProgDetails.progt.progc)); 1253 1253 _Pmpf((" progt.fbVisible: 0x%lX", ProgDetails.progt.fbVisible)); 1254 1254 _Pmpf((" progt.pszTitle: \"%s\"", (ProgDetails.pszTitle) ? ProgDetails.pszTitle : "NULL")); … … 1257 1257 _Pmpf((" startup: \"%s\"", (ProgDetails.pszStartupDir) ? ProgDetails.pszStartupDir : "NULL")); 1258 1258 _Pmpf((" pszIcon: \"%s\"", (ProgDetails.pszIcon) ? ProgDetails.pszIcon : "NULL")); 1259 /*_Pmpf((" environment: "));1259 _Pmpf((" environment: ")); 1260 1260 { 1261 1261 PSZ pszThis = ProgDetails.pszEnvironment; … … 1268 1268 */ 1269 1269 1270 _Pmpf((" swpInitial.fl = 0x%lX, x = %d, y = %d, cx = %d, cy = %d:",1270 /* _Pmpf((" swpInitial.fl = 0x%lX, x = %d, y = %d, cx = %d, cy = %d:", 1271 1271 ProgDetails.swpInitial.fl, 1272 1272 ProgDetails.swpInitial.x, … … 1279 1279 ProgDetails.swpInitial.ulReserved1, 1280 1280 ProgDetails.swpInitial.ulReserved2)); 1281 */ 1281 1282 1282 1283 if (pszFailingName) … … 1308 1309 { 1309 1310 // cannot start app: 1310 _Pmpf((__FUNCTION__ ": WinStartApp failed"));1311 // _Pmpf((__FUNCTION__ ": WinStartApp failed")); 1311 1312 arc = ERROR_FILE_NOT_FOUND; 1312 1313 // unfortunately WinStartApp doesn't … … 1405 1406 } // end if (ProgDetails.pszExecutable) 1406 1407 1407 _Pmpf((__FUNCTION__ ": returning %d", arc));1408 // _Pmpf((__FUNCTION__ ": returning %d", arc)); 1408 1409 1409 1410 return (arc);
Note:
See TracChangeset
for help on using the changeset viewer.