com.moesol.tests.com_server
Interface IExtraDual

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

public interface IExtraDual
extends IDispatch

IDL: [ helpstring("IDual Interface"), dual, oleautomation, dispatchable ] interface


Nested Class Summary
static class IExtraDual.Disp
          Implementation, COM to Java.
static class IExtraDual.Jni
          Implementation, Java to COM.
 
Field Summary
static GUID IID
          IDL: [uuid(A79B28C6-C2F0-4A8A-ABD0-9AA3AED4B928)]
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
 String getPropBSTR()
          IDL: [ helpstring("property PropBSTR") ]
 void setPropBSTR(String pVal)
          IDL: [ helpstring("property PropBSTR") ]
 
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(A79B28C6-C2F0-4A8A-ABD0-9AA3AED4B928)]

Method Detail

getPropBSTR

String getPropBSTR()
IDL: [ helpstring("property PropBSTR") ]

Returns:
IDL: [out] [retval] BSTR*

setPropBSTR

void setPropBSTR(String pVal)
IDL: [ helpstring("property PropBSTR") ]

Parameters:
pVal - IDL: [in] BSTR


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