Changeset 828 for trunk/dll/init.c


Ignore:
Timestamp:
Sep 3, 2007, 4:02:12 AM (18 years ago)
Author:
Gregg Young
Message:

Add DosQuerySysState as option for getting process info for kill process and Datamin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/init.c

    r827 r828  
    10561056  size = sizeof(BOOL);
    10571057  PrfQueryProfileData(fmprof, FM3Str, "UseQProcStat",
    1058                       &fUseQProcStat, &size);
     1058                      &fUseQProcStat, &size);
     1059  size = sizeof(BOOL);
     1060  PrfQueryProfileData(fmprof, FM3Str, "UseQSysState",
     1061                      &fUseQSysState, &size);
    10591062  size = sizeof(BOOL);
    10601063  PrfQueryProfileData(fmprof, FM3Str, "DataMin", &fDataMin, &size);
Note: See TracChangeset for help on using the changeset viewer.