Package | Description |
---|---|
org.bridj.cpp.com |
BridJ COM support (Windows-only, working but under-tested).
|
Modifier and Type | Method and Description |
---|---|
OLEAutomationLibrary.NUMPARSE |
OLEAutomationLibrary.NUMPARSE.cchUsed(int cchUsed)
Number of characters parsed from input string
C type : INT |
OLEAutomationLibrary.NUMPARSE |
OLEAutomationLibrary.NUMPARSE.cDig(int cDig)
Number of parsed digits
C type : INT |
OLEAutomationLibrary.NUMPARSE |
OLEAutomationLibrary.NUMPARSE.dwInFlags(int dwInFlags)
Acceptable state of the input string (NUMPRS_ flags)
C type : ULONG |
OLEAutomationLibrary.NUMPARSE |
OLEAutomationLibrary.NUMPARSE.dwOutFlags(int dwOutFlags)
Parsed state of the output string (NUMPRS_ flags)
C type : ULONG |
OLEAutomationLibrary.NUMPARSE |
OLEAutomationLibrary.NUMPARSE.nBaseShift(int nBaseShift)
Base of the number (but apparently unused)
C type : INT |
OLEAutomationLibrary.NUMPARSE |
OLEAutomationLibrary.NUMPARSE.nPwr10(int nPwr10)
Scale of the number in powers of 10
C type : INT |
Modifier and Type | Method and Description |
---|---|
static int |
OLEAutomationLibrary.VarNumFromParseNum(Pointer<OLEAutomationLibrary.NUMPARSE> NUMPARSEPtr1,
Pointer<Byte> BYTEPtr1,
int ULONG1,
Pointer<VARIANT> VARIANTPtr1) |
static int |
OLEAutomationLibrary.VarParseNumFromStr(Pointer<Character> OLECHARPtr1,
int LCID1,
int ULONG1,
Pointer<OLEAutomationLibrary.NUMPARSE> NUMPARSEPtr1,
Pointer<Byte> BYTEPtr1) |
Copyright © 2009-2020. All Rights Reserved.