ArcFM Engine Developer Guide
OpenKey Method (IMMRegistry2)


Version: 10.2.1a

Resource Center Home

Syntax
'Declaration
 
<PreserveSigAttribute()>
Function OpenKey( _
   ByVal eHKEY As mmHKEY, _
   ByVal eBaseKey As mmBaseKey, _
   ByVal bsRelativeKey As String _
) As Integer
'Usage
 
Dim instance As IMMRegistry2
Dim eHKEY As mmHKEY
Dim eBaseKey As mmBaseKey
Dim bsRelativeKey As String
Dim value As Integer
 
value = instance.OpenKey(eHKEY, eBaseKey, bsRelativeKey)
[PreserveSig()]
int OpenKey( 
   mmHKEY eHKEY,
   mmBaseKey eBaseKey,
   string bsRelativeKey
)

Parameters

eHKEY
eBaseKey
bsRelativeKey
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMRegistry2 Interface
IMMRegistry2 Members

 

 


Send Comment