ReactOS 0.4.15-dev-7958-gcd0bb1a
urlcache_header Struct Reference
Collaboration diagram for urlcache_header:

Classes

struct  _directory_data
 

Public Attributes

char signature [28]
 
DWORD size
 
DWORD hash_table_off
 
DWORD capacity_in_blocks
 
DWORD blocks_in_use
 
DWORD unk1
 
ULARGE_INTEGER cache_limit
 
ULARGE_INTEGER cache_usage
 
ULARGE_INTEGER exempt_usage
 
DWORD dirs_no
 
struct urlcache_header::_directory_data directory_data [MAX_DIR_NO]
 
DWORD options [0x21]
 
BYTE allocation_table [ALLOCATION_TABLE_SIZE]
 

Detailed Description

Definition at line 161 of file urlcache.c.

Member Data Documentation

◆ allocation_table

BYTE urlcache_header::allocation_table[ALLOCATION_TABLE_SIZE]

Definition at line 179 of file urlcache.c.

◆ blocks_in_use

DWORD urlcache_header::blocks_in_use

Definition at line 167 of file urlcache.c.

◆ cache_limit

ULARGE_INTEGER urlcache_header::cache_limit

Definition at line 169 of file urlcache.c.

◆ cache_usage

ULARGE_INTEGER urlcache_header::cache_usage

Definition at line 170 of file urlcache.c.

◆ capacity_in_blocks

DWORD urlcache_header::capacity_in_blocks

Definition at line 166 of file urlcache.c.

◆ directory_data

struct urlcache_header::_directory_data urlcache_header::directory_data[MAX_DIR_NO]

◆ dirs_no

DWORD urlcache_header::dirs_no

Definition at line 172 of file urlcache.c.

◆ exempt_usage

ULARGE_INTEGER urlcache_header::exempt_usage

Definition at line 171 of file urlcache.c.

◆ hash_table_off

DWORD urlcache_header::hash_table_off

Definition at line 165 of file urlcache.c.

◆ options

DWORD urlcache_header::options[0x21]

Definition at line 178 of file urlcache.c.

◆ signature

char urlcache_header::signature[28]

Definition at line 163 of file urlcache.c.

◆ size

DWORD urlcache_header::size

Definition at line 164 of file urlcache.c.

◆ unk1

DWORD urlcache_header::unk1

Definition at line 168 of file urlcache.c.


The documentation for this struct was generated from the following file: