|
|
Use RtcplListRTSSProcesses to retrieve an array of active or auto-registered RTSS applications.
Syntax
BOOL RtcplListRtssProcesses( PRTSSAPPINFO Processes, PDWORD Count );
Parameters
Processes
Pointer to an array of RTSSAPPINFO structures that RtcplListRTSSProcesses will populate in with information about the active or auto-registered RTSS applications, including their status
Count
The initial size of the array provided.
If successful, RtcplListRTSSProcesses will populate Count with the number of processes found. If RtcplListRTSSProcesses fails because the array is too small, GetLastError will return ERROR_INSUFFICIENT_BUFFER, and Count will be populated with the size array you need. Adjust the size of the array and recall RtcplListRTSSProcesses.
Return Values
RtcplListRTSSProcesses returns TRUE if it is able to retrieve the RTSS applications, otherwise it returns FALSE.
Remarks
If NULL is passed in for the array, RtcplListRTSSProcesses will succeed and provide the number of registered processes found.
Related RTSS Task Manager Features
Task list
Requirements
| Header | RtxProp.h |
| Library | RtxProp.lib |