Retrieves Router Core library module count.
function GetModuleCount( var Count: DWORD ): Bool; stdcall;
BOOL WINAPI GetModuleCount( _Out_ DWORD *Count );
Module count.
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero.