修改 dwBufLength 的值 为 URLOSTRM_GETNEWESTVERSION
含义如下:
Download the resource from the Internet, if it is newer, and store it in the cache.
还可以去下面两个值,但是和你的要求不符。具体的你可以到MSDN中去查一下,说得很具体的。
URLOSTRM_USECACHEDCOPY Download the resource from the cache if it is available; otherwise, download it from the Internet.
URLOSTRM_USECACHEDCOPY_ONLY Only download the resource from the cache.