|
|
Structure used to retrieve information about a registered RTDLL and its current status.
Syntax
Typedef struct _RTDLLINFO{
TCHAR Rtdll [MAX_PATH];
DWORD Flags;
DWORD Status;
}RTDLLINFO, *PRTDLLINFO;
Members
Rtdll
Name of the registered RTDLL.
Flags
Flags used when the RTDLL was registered.
|
Flag |
Description |
|
REGISTER_FLAG_SHARED |
The RTDLL that can be shared by multiple RTSS applications at the same time. |
Status
Status of the RTDLL.
|
Status |
Description |
|
SERVICE_RUNNING |
RTDLL is loaded. |
|
SERVICE_STOPPED |
RTDLL is not loaded. |