ArcFM Solution Developer Guide
IMMLoginObject Interface
Members 






Custom login objects can be written to handle special tasks that you might require when the user logs in to ArcFM. All login objects, including the MMDefaultLoginObject, must implement the IMMLoginObject interface.
Object Model
IMMLoginObject Interface
Syntax
'Declaration
 
<System.Runtime.InteropServices.GuidAttribute("E7890C20-8E4E-11D4-89B5-000103208C3D")>
<System.Runtime.InteropServices.TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)>
<System.Runtime.InteropServices.InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<System.Runtime.InteropServices.ComImportAttribute()>
Public Interface IMMLoginObject 
'Usage
 
Dim instance As IMMLoginObject
[System.Runtime.InteropServices.Guid("E7890C20-8E4E-11D4-89B5-000103208C3D")]
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComImport()]
public interface IMMLoginObject 
public interface IMMLoginObject 
System.Runtime.InteropServices.GuidAttribute("E7890C20-8E4E-11D4-89B5-000103208C3D")
System.Runtime.InteropServices.TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)
System.Runtime.InteropServices.InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)
System.Runtime.InteropServices.ComImportAttribute()
public interface IMMLoginObject 
[System.Runtime.InteropServices.Guid("E7890C20-8E4E-11D4-89B5-000103208C3D")]
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComImport()]
public __gc __interface IMMLoginObject 
[System.Runtime.InteropServices.Guid("E7890C20-8E4E-11D4-89B5-000103208C3D")]
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComImport()]
public interface class IMMLoginObject 
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

IMMLoginObject Members
Miner.Interop Namespace

Send Feedback