Home
last modified time | relevance | path

Searched refs:DICTIONARY_HEADER (Results 1 – 2 of 2) sorted by relevance

/reactos/drivers/storage/class/classpnp/
H A Ddictlib.c54 typedef struct _DICTIONARY_HEADER DICTIONARY_HEADER, *PDICTIONARY_HEADER; typedef
95 Size + sizeof(DICTIONARY_HEADER),
102 RtlZeroMemory(header, sizeof(DICTIONARY_HEADER) + Size);
200 header = CONTAINING_RECORD(Entry, DICTIONARY_HEADER, Data); in FreeDictionaryEntry()
/reactos/sdk/include/ddk/
H A Dclasspnp.h291 typedef struct _DICTIONARY_HEADER DICTIONARY_HEADER, *PDICTIONARY_HEADER; typedef