static void EnableLoginDataCache();
None.
Caches a portion of the information needed for logging in, thereby shortening the time it takes to login subsequent times.
After this function has been called and information needed for logging on has been cached, subsequent acts of logging on are about 2.0 seconds faster.
Call this function prior to logging on after the GlobalVariables::AcquireInstance
function is called for the first time.
Call the DisableLoginDataCache
function when it is time to end the NEX library.
CONFIDENTIAL