#include <igrip.h>
The grip value that's used by the grip item when it's value is retrieved via GetValue or set via SetValue.
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. |
|
| int mInt |
The value is an integer.
| float mFloat |
The value is a float.
| int mCombo |
The value is a distinct combination set.
| union { ... } |
| DWORD mFlag |
Reserved. Currently not in use.