public static class OLEAutomationLibrary.NUMPARSE extends StructObject
Constructor and Description |
---|
NUMPARSE() |
Modifier and Type | Method and Description |
---|---|
int |
cchUsed_$eq(int cchUsed) |
int |
cchUsed()
Number of characters parsed from input string
C type : INT |
OLEAutomationLibrary.NUMPARSE |
cchUsed(int cchUsed)
Number of characters parsed from input string
C type : INT |
int |
cDig_$eq(int cDig) |
int |
cDig()
Number of parsed digits
C type : INT |
OLEAutomationLibrary.NUMPARSE |
cDig(int cDig)
Number of parsed digits
C type : INT |
int |
dwInFlags_$eq(int dwInFlags) |
int |
dwInFlags()
Acceptable state of the input string (NUMPRS_ flags)
C type : ULONG |
OLEAutomationLibrary.NUMPARSE |
dwInFlags(int dwInFlags)
Acceptable state of the input string (NUMPRS_ flags)
C type : ULONG |
int |
dwOutFlags_$eq(int dwOutFlags) |
int |
dwOutFlags()
Parsed state of the output string (NUMPRS_ flags)
C type : ULONG |
OLEAutomationLibrary.NUMPARSE |
dwOutFlags(int dwOutFlags)
Parsed state of the output string (NUMPRS_ flags)
C type : ULONG |
int |
nBaseShift_$eq(int nBaseShift) |
int |
nBaseShift()
Base of the number (but apparently unused)
C type : INT |
OLEAutomationLibrary.NUMPARSE |
nBaseShift(int nBaseShift)
Base of the number (but apparently unused)
C type : INT |
int |
nPwr10_$eq(int nPwr10) |
int |
nPwr10()
Scale of the number in powers of 10
C type : INT |
OLEAutomationLibrary.NUMPARSE |
nPwr10(int nPwr10)
Scale of the number in powers of 10
C type : INT |
offsetOfField, toString
clone, equals
public NUMPARSE()
public int cDig()
public OLEAutomationLibrary.NUMPARSE cDig(int cDig)
public final int cDig_$eq(int cDig)
public int dwInFlags()
public OLEAutomationLibrary.NUMPARSE dwInFlags(int dwInFlags)
public final int dwInFlags_$eq(int dwInFlags)
public int dwOutFlags()
public OLEAutomationLibrary.NUMPARSE dwOutFlags(int dwOutFlags)
public final int dwOutFlags_$eq(int dwOutFlags)
public int cchUsed()
public OLEAutomationLibrary.NUMPARSE cchUsed(int cchUsed)
public final int cchUsed_$eq(int cchUsed)
public int nBaseShift()
public OLEAutomationLibrary.NUMPARSE nBaseShift(int nBaseShift)
public final int nBaseShift_$eq(int nBaseShift)
public int nPwr10()
public OLEAutomationLibrary.NUMPARSE nPwr10(int nPwr10)
public final int nPwr10_$eq(int nPwr10)
Copyright © 2009-2020. All Rights Reserved.