ReactOS 0.4.15-dev-8614-gbc76250
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 84 of file CDefView.cpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
MAXCOUNT 

Definition at line 86 of file CDefView.cpp.

86{ 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 87 of file CDefView.cpp.

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

◆ Signature

UINT PERSISTCOLUMNS::Signature

Definition at line 88 of file CDefView.cpp.

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


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