Package com.sun.jna.platform.win32
Class OaIdl.EXCEPINFO
java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.OaIdl.EXCEPINFO
- Direct Known Subclasses:
OaIdl.EXCEPINFO.ByReference
- Enclosing interface:
- OaIdl
@FieldOrder({"wCode","wReserved","bstrSource","bstrDescription","bstrHelpFile","dwHelpContext","pvReserved","pfnDeferredFillIn","scode"})
public static class OaIdl.EXCEPINFO
extends Structure
The Class EXCEPINFO.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.sun.jna.Structure
Structure.ByValue, Structure.FieldOrder, Structure.StructField
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe bstr description.The bstr help file.The bstr source.The dw help context.The pfn deferred fill in.The pv reserved.The scode.The w code.The w reserved.Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
-
Field Details
-
wCode
The w code. -
wReserved
The w reserved. -
bstrSource
The bstr source. -
bstrDescription
The bstr description. -
bstrHelpFile
The bstr help file. -
dwHelpContext
The dw help context. -
pvReserved
The pv reserved. -
pfnDeferredFillIn
The pfn deferred fill in. -
scode
The scode.
-
-
Constructor Details
-
EXCEPINFO
public EXCEPINFO()Instantiates a new excepinfo. -
EXCEPINFO
Instantiates a new excepinfo.- Parameters:
p
- the p
-