ReactOS 0.4.16-dev-303-g11d5cb8
|
#include <oleauto.h>
Public Attributes | |
INT | cDig |
ULONG | dwInFlags |
ULONG | dwOutFlags |
INT | cchUsed |
INT | nBaseShift |
INT | nPwr10 |
INT NUMPARSE::cchUsed |
Definition at line 730 of file oleauto.h.
Referenced by expect_NumFromStr(), and VarParseNumFromStr().
INT NUMPARSE::cDig |
Definition at line 727 of file oleauto.h.
Referenced by convert_str(), expect_NumFromStr(), VARIANT_FormatNumber(), VARIANT_NumberFromBstr(), VarNumFromParseNum(), and VarParseNumFromStr().
ULONG NUMPARSE::dwInFlags |
Definition at line 728 of file oleauto.h.
Referenced by convert_str(), expect_NumFromStr(), VARIANT_FormatNumber(), VARIANT_NumberFromBstr(), and VarParseNumFromStr().
ULONG NUMPARSE::dwOutFlags |
Definition at line 729 of file oleauto.h.
Referenced by expect_NumFromStr(), VARIANT_FormatNumber(), VarNumFromParseNum(), and VarParseNumFromStr().
INT NUMPARSE::nBaseShift |
Definition at line 731 of file oleauto.h.
Referenced by expect_NumFromStr(), VarNumFromParseNum(), and VarParseNumFromStr().
INT NUMPARSE::nPwr10 |
Definition at line 732 of file oleauto.h.
Referenced by expect_NumFromStr(), VARIANT_FormatNumber(), VarNumFromParseNum(), and VarParseNumFromStr().