MIDAS
Loading...
Searching...
No Matches
KEY Struct Reference

#include <midas.h>

Public Attributes

DWORD type
 
INT num_values
 
char name [NAME_LENGTH]
 
INT data
 
INT total_size
 
INT item_size
 
WORD access_mode
 
WORD notify_count
 
INT next_key
 
INT parent_keylist
 
INT last_written
 

Detailed Description

Definition at line 1026 of file midas.h.

Member Data Documentation

◆ access_mode

WORD KEY::access_mode

Access mode

Definition at line 1033 of file midas.h.

◆ data

INT KEY::data

Address of variable (offset)

Definition at line 1030 of file midas.h.

◆ item_size

INT KEY::item_size

Size of single data item

Definition at line 1032 of file midas.h.

◆ last_written

INT KEY::last_written

Time of last write action

Definition at line 1037 of file midas.h.

◆ name

char KEY::name[NAME_LENGTH]

name of variable

Definition at line 1029 of file midas.h.

◆ next_key

INT KEY::next_key

Address of next key

Definition at line 1035 of file midas.h.

◆ notify_count

WORD KEY::notify_count

Notify counter

Definition at line 1034 of file midas.h.

◆ num_values

INT KEY::num_values

number of values

Definition at line 1028 of file midas.h.

◆ parent_keylist

INT KEY::parent_keylist

keylist to which this key belongs

Definition at line 1036 of file midas.h.

◆ total_size

INT KEY::total_size

Total size of data block

Definition at line 1031 of file midas.h.

◆ type

DWORD KEY::type

TID_xxx type

Definition at line 1027 of file midas.h.


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