ArcFM Responder Mobile Developer Guide
GetGlobalID Method (IMMStoredDisplayManager2)






Syntax
'Declaration
 
Function GetGlobalID( _
   ByVal pStoredDisplayName As IMMStoredDisplayName _
) As System.String
'Usage
 
Dim instance As IMMStoredDisplayManager2
Dim pStoredDisplayName As IMMStoredDisplayName
Dim value As System.String
 
value = instance.GetGlobalID(pStoredDisplayName)
System.string GetGlobalID( 
   IMMStoredDisplayName pStoredDisplayName
)
function GetGlobalID( 
    pStoredDisplayName: IMMStoredDisplayName
): System.String; 
function GetGlobalID( 
   pStoredDisplayName : IMMStoredDisplayName
) : System.String;
System.string* GetGlobalID( 
   IMMStoredDisplayName* pStoredDisplayName
) 
System.String^ GetGlobalID( 
   IMMStoredDisplayName^ pStoredDisplayName
) 

Parameters

pStoredDisplayName
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

IMMStoredDisplayManager2 Interface
IMMStoredDisplayManager2 Members

Send Feedback