com.moesol.tests.disp.com_server
Interface DispWithProperties

All Superinterfaces:
IDispatch, IUnknown
All Known Implementing Classes:
DispWithProperties.Jni

public interface DispWithProperties
extends IDispatch

IDL: [ helpstring("DispWithProperties"), dispatchable ] interface


Nested Class Summary
static class DispWithProperties.Disp
          Implementation, COM to Java.
static class DispWithProperties.Jni
          Implementation, Java to COM.
 
Field Summary
static GUID IID
          IDL: [uuid(98463109-7270-4922-9BF1-87EDDF5D11C3)]
static Class TYPELIB
           
 
Fields inherited from interface com.moesol.bindings.platform_sdk.component_services.IDispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF
 
Method Summary
 void Method(int aInt, String aBstr, short aShort)
          IDL: [ helpstring("") ]
 
Methods inherited from interface com.moesol.bindings.platform_sdk.component_services.IUnknown
QueryInterface, QueryInterface, Release
 

Field Detail

TYPELIB

static final Class TYPELIB

IID

static final GUID IID
IDL: [uuid(98463109-7270-4922-9BF1-87EDDF5D11C3)]

Method Detail

Method

void Method(int aInt,
            String aBstr,
            short aShort)
IDL: [ helpstring("") ]

Parameters:
aInt - IDL: [in] INT
aBstr - IDL: [in] BSTR
aShort - IDL: [in] SHORT


Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.