ReactOS 0.4.16-dev-456-ga97fcf1
|
Public Types | |
enum | { MAXCOUNT = 100 } |
Public Attributes | |
UINT | Signature |
UINT | Count |
UINT | Columns [MAXCOUNT] |
Static Public Attributes | |
static const UINT | SIG = ('R' << 0) | ('O' << 8) | ('S' << 16) | (('c') << 24) |
Definition at line 84 of file CDefView.cpp.
anonymous enum |
Definition at line 90 of file CDefView.cpp.
Referenced by LoadColumnsStream(), CDefView::LoadViewState(), and CDefView::SaveViewState().
UINT PERSISTCOLUMNS::Count |
Definition at line 89 of file CDefView.cpp.
Referenced by LoadColumnsStream(), CDefView::LoadViewState(), and CDefView::SaveViewState().
Definition at line 87 of file CDefView.cpp.
Referenced by LoadColumnsStream(), and CDefView::SaveViewState().
UINT PERSISTCOLUMNS::Signature |
Definition at line 88 of file CDefView.cpp.
Referenced by LoadColumnsStream(), and CDefView::SaveViewState().