com.jniwrapper.win32.com
Interface ICreateErrorInfo

All Superinterfaces:
AutoDeleteParameter, IUnknown
All Known Implementing Classes:
ICreateErrorInfoImpl

public interface ICreateErrorInfo
extends IUnknown

Represents Java interface for COM interface ICreateErrorInfo.


Field Summary
static java.lang.String INTERFACE_IDENTIFIER
           
 
Method Summary
 void setDescription(WideString szDescription)
           
 void setGUID(GUID rguid)
           
 void setHelpContext(UInt32 dwHelpContext)
           
 void setHelpFile(WideString szHelpFile)
           
 void setSource(WideString szSource)
           
 
Methods inherited from interface com.jniwrapper.win32.com.IUnknown
addRef, isNull, queryInterface, release, setNull
 
Methods inherited from interface com.jniwrapper.AutoDeleteParameter
isAutoDelete, setAutoDelete
 

Field Detail

INTERFACE_IDENTIFIER

static final java.lang.String INTERFACE_IDENTIFIER
See Also:
Constant Field Values
Method Detail

setGUID

void setGUID(GUID rguid)
             throws ComException
Throws:
ComException

setSource

void setSource(WideString szSource)
               throws ComException
Throws:
ComException

setDescription

void setDescription(WideString szDescription)
                    throws ComException
Throws:
ComException

setHelpFile

void setHelpFile(WideString szHelpFile)
                 throws ComException
Throws:
ComException

setHelpContext

void setHelpContext(UInt32 dwHelpContext)
                    throws ComException
Throws:
ComException