com.jniwrapper.win32.com.impl
Class IMallocImpl
java.lang.Object
com.jniwrapper.Parameter
com.jniwrapper.win32.com.impl.IUnknownImpl
com.jniwrapper.win32.com.impl.IMallocImpl
- All Implemented Interfaces:
- AutoDeleteParameter, PointerParameter, IMalloc, IUnknown
public class IMallocImpl
- extends IUnknownImpl
- implements IMalloc
Represents COM interface IMalloc.
Fields inherited from class com.jniwrapper.Parameter |
V |
Methods inherited from class com.jniwrapper.win32.com.impl.IUnknownImpl |
acceptIOPerformer, addRef, asVoidPointer, dumpVTBL, equals, fromVoidPointer, getDebugInfo, getInterfaceIdentifier, getLength, hashCode, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, isAutoDelete, isNull, isSameObject, queryInterface, queryInterface, read, release, setAutoDelete, setNull, setValue, write |
Methods inherited from class com.jniwrapper.Parameter |
, a, a, asReturnValue, b, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, getDataBuffer, getDataBufferOffset, indent, pop, push, read, read, setDataBuffer, toByteArray, write |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
INTERFACE_IDENTIFIER
public static final java.lang.String INTERFACE_IDENTIFIER
- See Also:
- Constant Field Values
IMallocImpl
public IMallocImpl()
IMallocImpl
protected IMallocImpl(IUnknownImpl that)
throws ComException
- Throws:
ComException
IMallocImpl
public IMallocImpl(IUnknown that)
IMallocImpl
public IMallocImpl(CLSID clsid,
ClsCtx dwClsContext)
throws ComException
- Throws:
ComException
IMallocImpl
public IMallocImpl(CLSID clsid,
IUnknown pUnkOuter,
ClsCtx dwClsContext)
throws ComException
- Throws:
ComException
alloc
public Pointer.Void alloc(ULongInt cb)
- Specified by:
alloc
in interface IMalloc
realloc
public Pointer.Void realloc(Pointer.Void pv,
ULongInt cb)
- Specified by:
realloc
in interface IMalloc
free
public void free(Pointer.Void pv)
- Specified by:
free
in interface IMalloc
getSize
public ULongInt getSize(Pointer.Void pv)
- Specified by:
getSize
in interface IMalloc
didAlloc
public Int didAlloc(Pointer.Void pv)
- Specified by:
didAlloc
in interface IMalloc
heapMinimize
public void heapMinimize()
- Specified by:
heapMinimize
in interface IMalloc
getIID
public IID getIID()
- Overrides:
getIID
in class IUnknownImpl
clone
public java.lang.Object clone()
- Overrides:
clone
in class IUnknownImpl