ReactOS 0.4.16-dev-1946-g52006dd
PERSISTCOLUMNS Struct Reference

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)
 

Detailed Description

Definition at line 85 of file CDefView.cpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
MAXCOUNT 

Definition at line 87 of file CDefView.cpp.

87{ MAXCOUNT = 100 };

Member Data Documentation

◆ Columns

UINT PERSISTCOLUMNS::Columns[MAXCOUNT]

◆ Count

UINT PERSISTCOLUMNS::Count

◆ SIG

const UINT PERSISTCOLUMNS::SIG = ('R' << 0) | ('O' << 8) | ('S' << 16) | (('c') << 24)
static

Definition at line 88 of file CDefView.cpp.

Referenced by LoadColumnsStream(), and CDefView::SaveViewState().

◆ Signature

UINT PERSISTCOLUMNS::Signature

Definition at line 89 of file CDefView.cpp.

Referenced by LoadColumnsStream(), and CDefView::SaveViewState().


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