CRYPTNET_PRE_FETCH_AFTER_PUBLISH_PRE_FETCH_DIVISOR_DEFAULT, 10
(MS WDK >> Windows Driver Kit 7.1.0 (WDK 7600.16385.1))

Name
CRYPTNET_PRE_FETCH_AFTER_PUBLISH_PRE_FETCH_DIVISOR_DEFAULT
Value
10 signed int / unsigned int
0x0000000A heximal value
0xA heximal value
Type
Not an error
C/C++ Type
int
Defined at
\inc\api\wincrypt.h, line 17641 (Windows Driver Kit 7.1.0 (WDK 7600.16385.1))
Definition
#define CRYPTNET_PRE_FETCH_AFTER_PUBLISH_PRE_FETCH_DIVISOR_DEFAULT \
    10
Line comments
10, where 12 hours / 10 = 72 minutes or 1.2 hours / 10 = 7.2 minutes
Group comments
Following 3 parameters are used to calculate the PreFetch start before
the NextUpdate

Where PreFetchStartTime = PublishTime +
PublishPeriod / AfterPublishPreFetchDivisor
PreFetchEndTime = NextUpdate -
PublishPeriod / BeforeNextUpdatePreFetchDivisor

PreFetchPeriod = PreFetchEndTime - PreFetchStartTime

if (PreFetchPeriod < MinBeforeNextUpdatePreFetchPeriodSeconds)
- No PreFetch is done before NextUpdate
else
- PreFetch starts are randomized over this period
Also used in
Windows Driver Kit 7.0.0 (WDK 7600.16385.0), Windows Driver Kit – Server 2008 Release SP1 (WDK 6001.18002), Windows Driver Kit for Windows Vista (WDK 6000)