Package | Description |
---|---|
org.bridj | |
org.bridj.cpp.com |
BridJ COM support (Windows-only, working but under-tested).
|
Modifier and Type | Method and Description |
---|---|
static CLong |
CLong.valueOf(long value) |
Modifier and Type | Method and Description |
---|---|
static Pointer<CLong> |
Pointer.allocateCLong()
Allocate enough memory for a CLong value and return a pointer to it.
|
static Pointer<CLong> |
Pointer.allocateCLongs(long arrayLength)
Allocate enough memory for arrayLength CLong values and return a pointer to that memory.
|
static PointerIO<CLong> |
PointerIO.getCLongInstance() |
static Pointer<CLong> |
Pointer.pointerToCLong(CLong value)
Allocate enough memory for a single CLong value, copy the value provided in argument into it and return a pointer to that memory.
|
static Pointer<CLong> |
Pointer.pointerToCLong(long value)
Allocate enough memory for a single CLong value, copy the value provided in argument into it and return a pointer to that memory.
|
static Pointer<CLong> |
Pointer.pointerToCLongs(CLong... values)
Allocate enough memory for values.length CLong values, copy the values provided as argument into it and return a pointer to that memory.
|
static Pointer<CLong> |
Pointer.pointerToCLongs(int[] values)
Allocate enough memory for values.length CLong values, copy the values provided as argument into it and return a pointer to that memory.
|
static Pointer<CLong> |
Pointer.pointerToCLongs(long... values)
Allocate enough memory for values.length CLong values, copy the values provided as argument into it and return a pointer to that memory.
|
Modifier and Type | Method and Description |
---|---|
static Pointer<CLong> |
Pointer.pointerToCLong(CLong value)
Allocate enough memory for a single CLong value, copy the value provided in argument into it and return a pointer to that memory.
|
static Pointer<CLong> |
Pointer.pointerToCLongs(CLong... values)
Allocate enough memory for values.length CLong values, copy the values provided as argument into it and return a pointer to that memory.
|
Pointer<T> |
Pointer.setCLong(CLong value)
Write a CLong value to the pointed memory location
|
Pointer<T> |
Pointer.setCLongAtOffset(long byteOffset,
CLong value)
Deprecated.
Avoid using the byte offset methods variants unless you know what you're doing (may cause alignment issues). Please favour
Pointer.setCLong(CLong) over this method. |
Pointer<T> |
Pointer.setCLongs(CLong[] values)
Write an array of CLong values to the pointed memory location
|
Pointer<T> |
Pointer.setCLongsAtOffset(long byteOffset,
CLong... values)
Deprecated.
Avoid using the byte offset methods variants unless you know what you're doing (may cause alignment issues). Please favour
Pointer.setCLongs(CLong...) over this method. |
Modifier and Type | Method and Description |
---|---|
static int |
OLEAutomationLibrary.DispGetIDsOfNames(Pointer<ITypeInfo> ITypeInfoPtr1,
Pointer<Pointer<Character>> OLECHARPtrPtr1,
int UINT1,
Pointer<CLong> DISPIDPtr1) |
static int |
OLEAutomationLibrary.SafeArrayGetElement(Pointer<SAFEARRAY> SAFEARRAYPtr1,
Pointer<CLong> LONGPtr1,
Pointer<?> voidPtr1) |
static int |
OLEAutomationLibrary.SafeArrayGetLBound(Pointer<SAFEARRAY> SAFEARRAYPtr1,
int UINT1,
Pointer<CLong> LONGPtr1) |
static int |
OLEAutomationLibrary.SafeArrayGetUBound(Pointer<SAFEARRAY> SAFEARRAYPtr1,
int UINT1,
Pointer<CLong> LONGPtr1) |
static int |
OLEAutomationLibrary.SafeArrayPtrOfIndex(Pointer<SAFEARRAY> SAFEARRAYPtr1,
Pointer<CLong> LONGPtr1,
Pointer<Pointer<?>> voidPtrPtr1) |
static int |
OLEAutomationLibrary.SafeArrayPutElement(Pointer<SAFEARRAY> SAFEARRAYPtr1,
Pointer<CLong> LONGPtr1,
Pointer<?> voidPtr1) |
static int |
OLEAutomationLibrary.VarI4FromBool(short VARIANT_BOOL1,
Pointer<CLong> LONGPtr1) |
static int |
OLEAutomationLibrary.VarI4FromCy(CY CY1,
Pointer<CLong> LONGPtr1) |
static int |
OLEAutomationLibrary.VarI4FromDate(OLEAutomationLibrary.DATE DATE1,
Pointer<CLong> LONGPtr1) |
static int |
OLEAutomationLibrary.VarI4FromDec(Pointer<DECIMAL> DECIMALPtr1,
Pointer<CLong> LONGPtr1) |
static int |
OLEAutomationLibrary.VarI4FromDisp(Pointer<IDispatch> IDispatchPtr1,
int LCID1,
Pointer<CLong> LONGPtr1) |
static int |
OLEAutomationLibrary.VarI4FromI1(byte char1,
Pointer<CLong> LONGPtr1) |
static int |
OLEAutomationLibrary.VarI4FromI2(short SHORT1,
Pointer<CLong> LONGPtr1) |
static int |
OLEAutomationLibrary.VarI4FromI8(long LONG641,
Pointer<CLong> LONGPtr1) |
static int |
OLEAutomationLibrary.VarI4FromR4(float FLOAT1,
Pointer<CLong> LONGPtr1) |
static int |
OLEAutomationLibrary.VarI4FromR8(double DOUBLE1,
Pointer<CLong> LONGPtr1) |
static int |
OLEAutomationLibrary.VarI4FromStr(Pointer<Character> OLECHARPtr1,
int LCID1,
int ULONG1,
Pointer<CLong> LONGPtr1) |
static int |
OLEAutomationLibrary.VarI4FromUI1(byte BYTE1,
Pointer<CLong> LONGPtr1) |
static int |
OLEAutomationLibrary.VarI4FromUI2(short USHORT1,
Pointer<CLong> LONGPtr1) |
static int |
OLEAutomationLibrary.VarI4FromUI4(int ULONG1,
Pointer<CLong> LONGPtr1) |
static int |
OLEAutomationLibrary.VarI4FromUI8(long ULONG641,
Pointer<CLong> LONGPtr1) |
Copyright © 2009-2015. All Rights Reserved.