|
|
Use RtcplListRegisteredRTDLLs to retrieve an array of registered RTDLLs.
Syntax
BOOL RtcplListRegisteredRTDLLs ( PRTDLLINFO Rtdlls, PDWORD Count );
Parameters
Rtdlls
Pointer to an array of RTDLLINFO structures that RtcplListRegisteredRTDLLs will populate with information about the registered RTDLLs, including their status.
Count
The initial size of the array provided.
If successful, RtcplListRegisteredRTDLLs will populate Count with the number of processes found. If RtcplListRegisteredRTDLLs 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 RtcplListRegisteredRTDLLs.
Return Value
TRUE if the function is able to retrieve information for the registered RTDLLs, FALSE if the function fails
Comments
If NULL is passed in for the array, RtcplListRegisteredRTDLLs will succeed and provide the number of registered RTDLLs found.
Related RTSS Task Manager Features
Task list
Requirements
| Header | RtxProp.h |
| Library | RtxProp.lib |