ReactOS 0.4.15-dev-7934-g1dc8d80
_HISTORY_BUFFER Struct Reference
Collaboration diagram for _HISTORY_BUFFER:

Public Attributes

LIST_ENTRY ListEntry
 
ULONG Position
 
ULONG MaxEntries
 
ULONG NumEntries
 
UNICODE_STRING ExeName
 
PUNICODE_STRING Entries
 

Detailed Description

Definition at line 17 of file history.c.

Member Data Documentation

◆ Entries

◆ ExeName

UNICODE_STRING _HISTORY_BUFFER::ExeName

Definition at line 23 of file history.c.

Referenced by HistoryCurrentBuffer(), and HistoryFindBuffer().

◆ ListEntry

LIST_ENTRY _HISTORY_BUFFER::ListEntry

Definition at line 19 of file history.c.

Referenced by HistoryCurrentBuffer(), and HistoryDeleteBuffer().

◆ MaxEntries

ULONG _HISTORY_BUFFER::MaxEntries

Definition at line 21 of file history.c.

Referenced by HistoryAddEntry(), and HistoryCurrentBuffer().

◆ NumEntries

◆ Position


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