IBaseGrip::GripValue Struct Reference


Detailed Description

The grip value that's used by the grip item when it's value is retrieved via GetValue or set via SetValue.

#include <igrip.h>

Inheritance diagram for IBaseGrip::GripValue:
Inheritance graph
[legend]

List of all members.

Public Attributes

union {
   int   mInt
  The value is an integer.
   float   mFloat
  The value is a float.
   int   mCombo
  The value is a distinct combination set.
   bool   mbool
  The value is a Boolean.
}; 
DWORD  mFlag
  Reserved. Currently not in use.

Member Data Documentation

int mInt

The value is an integer.

float mFloat

The value is a float.

int mCombo

The value is a distinct combination set.

DWORD mFlag

Reserved. Currently not in use.