wininet: Rename a couple members to reflect their usage, and remove redundant comments.
This commit is contained in:
parent
b2ed9c5967
commit
47d3814c78
|
@ -154,10 +154,10 @@ typedef struct _URLCACHE_HEADER
|
||||||
DWORD dwIndexCapacityInBlocks;
|
DWORD dwIndexCapacityInBlocks;
|
||||||
DWORD dwBlocksInUse;
|
DWORD dwBlocksInUse;
|
||||||
DWORD dwUnknown1;
|
DWORD dwUnknown1;
|
||||||
DWORD dwCacheLimitLow; /* disk space limit for cache */
|
DWORD dwCacheLimitLow;
|
||||||
DWORD dwCacheLimitHigh; /* disk space limit for cache */
|
DWORD dwCacheLimitHigh;
|
||||||
DWORD dwUnknown4; /* current disk space usage for cache */
|
DWORD dwCacheUsageLow;
|
||||||
DWORD dwUnknown5; /* current disk space usage for cache */
|
DWORD dwCacheUsageHigh;
|
||||||
DWORD dwUnknown6; /* possibly a flag? */
|
DWORD dwUnknown6; /* possibly a flag? */
|
||||||
DWORD dwUnknown7;
|
DWORD dwUnknown7;
|
||||||
BYTE DirectoryCount; /* number of directory_data's */
|
BYTE DirectoryCount; /* number of directory_data's */
|
||||||
|
|
Loading…
Reference in New Issue