unsigned int WINAPI WS_get_expected_seed_size( WIN32_SEEDER that )This function allows to ask the seeder instance, which is represented by the parameter that, for the default value of its internal seed size. The current seed size may be different and can be read through the WS_get_internal_seed_size function. WS_get_expected_seed_size does not check whether the parameter that is NULL or not.
Return values:
WS_get_expected_seed_size returns the default internal seed size of the seeder.