be.cardon.nativecall.cryptoapi
Class StructCERT_TRUST_STATUS

java.lang.Object
  extended by be.cardon.nativecall.NativeObject
      extended by be.cardon.nativecall.NativeStructure
          extended by be.cardon.nativecall.cryptoapi.StructCERT_TRUST_STATUS

public class StructCERT_TRUST_STATUS
extends NativeStructure

Wrapper for structure CERT_TRUST_STATUS.


Field Summary
static java.lang.Integer[] elementsSize
           
static int lengthInBytes
           
 
Fields inherited from class be.cardon.nativecall.NativeObject
BYTE_SIZE, INT_SIZE, LLC
 
Constructor Summary
StructCERT_TRUST_STATUS()
          Creates a new instance of the structure, new native structure.
StructCERT_TRUST_STATUS(int address)
          Creates a new instance of the structure, existing native structure.
 
Method Summary
 NativeInt dwErrorStatus()
          MEMBERS FUNCTIONS
 NativeInt dwInfoStatus()
           
 
Methods inherited from class be.cardon.nativecall.NativeStructure
checkStructSize, getAddressOfElement, getNativeObjectElement, getRelativeAddress, initStruct
 
Methods inherited from class be.cardon.nativecall.NativeObject
finalize, getAddress, getLength, isReadOnly, setReadOnly
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

elementsSize

public static final java.lang.Integer[] elementsSize

lengthInBytes

public static final int lengthInBytes
See Also:
Constant Field Values
Constructor Detail

StructCERT_TRUST_STATUS

public StructCERT_TRUST_STATUS()
                        throws NativeCallException
Creates a new instance of the structure, new native structure.

Throws:
NativeCallException

StructCERT_TRUST_STATUS

public StructCERT_TRUST_STATUS(int address)
                        throws NativeCallException
Creates a new instance of the structure, existing native structure.

Throws:
NativeCallException
Method Detail

dwErrorStatus

public NativeInt dwErrorStatus()
                        throws NativeCallException
MEMBERS FUNCTIONS

Throws:
NativeCallException

dwInfoStatus

public NativeInt dwInfoStatus()
                       throws NativeCallException
Throws:
NativeCallException