public static class IDispatch.EXCEPINFO extends StructObject
Constructor and Description |
---|
EXCEPINFO() |
Modifier and Type | Method and Description |
---|---|
Pointer<Character> |
bstrDescription() |
Pointer<Character> |
bstrHelpFile() |
Pointer<Character> |
bstrSource() |
int |
dwHelpContext() |
Pointer<?> |
pfnDeferredFillIn() |
Pointer<?> |
pvReserved() |
int |
scode() |
short |
wCode() |
short |
wReserved() |
offsetOfField, toString
clone, equals
public EXCEPINFO()
public short wCode()
public short wReserved()
public Pointer<Character> bstrSource()
public Pointer<Character> bstrDescription()
public Pointer<Character> bstrHelpFile()
public int dwHelpContext()
public Pointer<?> pvReserved()
public Pointer<?> pfnDeferredFillIn()
public int scode()
Copyright © 2009-2020. All Rights Reserved.