|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMarshal
Method Summary | |
---|---|
void |
disconnectObject(int dwReserved)
disconnectObject |
void |
getMarshalSizeMax(GUID riid,
int pv,
int dwDestContext,
int pvDestContext,
int mshlflags,
int[] pSize)
getMarshalSizeMax |
void |
getUnmarshalClass(GUID riid,
int pv,
int dwDestContext,
int pvDestContext,
int mshlflags,
GUID[] pCid)
getUnmarshalClass |
void |
marshalInterface(IStream pStm,
GUID riid,
int pv,
int dwDestContext,
int pvDestContext,
int mshlflags)
marshalInterface |
void |
releaseMarshalData(IStream pStm)
releaseMarshalData |
void |
unmarshalInterface(IStream pStm,
GUID riid,
int ppv)
unmarshalInterface |
Method Detail |
---|
void getUnmarshalClass(GUID riid, int pv, int dwDestContext, int pvDestContext, int mshlflags, GUID[] pCid) throws IOException, AutomationException
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)pv
- A COM void* (in)dwDestContext
- The dwDestContext (in)pvDestContext
- A COM void* (in)mshlflags
- The mshlflags (in)pCid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getMarshalSizeMax(GUID riid, int pv, int dwDestContext, int pvDestContext, int mshlflags, int[] pSize) throws IOException, AutomationException
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)pv
- A COM void* (in)dwDestContext
- The dwDestContext (in)pvDestContext
- A COM void* (in)mshlflags
- The mshlflags (in)pSize
- The pSize (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void marshalInterface(IStream pStm, GUID riid, int pv, int dwDestContext, int pvDestContext, int mshlflags) throws IOException, AutomationException
pStm
- A reference to a com.esri.arcgis.system.IStream (in)riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)pv
- A COM void* (in)dwDestContext
- The dwDestContext (in)pvDestContext
- A COM void* (in)mshlflags
- The mshlflags (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void unmarshalInterface(IStream pStm, GUID riid, int ppv) throws IOException, AutomationException
pStm
- A reference to a com.esri.arcgis.system.IStream (in)riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)ppv
- A COM void* (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void releaseMarshalData(IStream pStm) throws IOException, AutomationException
pStm
- A reference to a com.esri.arcgis.system.IStream (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void disconnectObject(int dwReserved) throws IOException, AutomationException
dwReserved
- The dwReserved (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |