INtime SDK Help
GetRtModuleInformation
INtime SDK v7 > About INtime > INtime Kernel > RSLs (real-time shared libraries) > GetRtModuleInformation

Returns information about a loaded module, given its handle.

BOOLEAN GetRtModuleInformation(
    RTHANDLE hModule,
    MODULEINFO *lpInfo
);

Parameters

hModule
A handle for a previously-loaded library module
lpInfo
Pointer to a MODULEINFO structure to receive the module information.

Remarks

Return Values

TRUE
Success.
FALSE
Failure. To determine the status, call GetLastRtError.

Requirements

Versions Defined in Include Link to
INtime 3.0 intime/rt/include/rtbase.h rt.h rt.lib
See Also