ArcFM Responder Mobile Developer Guide
InterfaceSupportsErrorInfo Method (ISupportErrorInfo)






Syntax
'Declaration
 
Sub InterfaceSupportsErrorInfo( _
   ByRef riid As System.Guid _
) 
'Usage
 
Dim instance As ISupportErrorInfo
Dim riid As System.Guid
 
instance.InterfaceSupportsErrorInfo(riid)
void InterfaceSupportsErrorInfo( 
   ref System.Guid riid
)
procedure InterfaceSupportsErrorInfo( 
   var  riid: System.Guid
); 
function InterfaceSupportsErrorInfo( 
   riid : System.Guid
);
void InterfaceSupportsErrorInfo( 
   ref System.Guid riid
) 
void InterfaceSupportsErrorInfo( 
   System.Guid% riid
) 

Parameters

riid
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ISupportErrorInfo Interface
ISupportErrorInfo Members

Send Feedback