ArcFM Responder Mobile Developer Guide
Load Method (IMMCuExtension)






Syntax
'Declaration
 
Sub Load( _
   ByVal pList As ID8List _
) 
'Usage
 
Dim instance As IMMCuExtension
Dim pList As ID8List
 
instance.Load(pList)
void Load( 
   ID8List pList
)
procedure Load( 
    pList: ID8List
); 
function Load( 
   pList : ID8List
);
void Load( 
   ID8List* pList
) 
void Load( 
   ID8List^ pList
) 

Parameters

pList
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

IMMCuExtension Interface
IMMCuExtension Members

Send Feedback