SoDBOpenRegistryKey Method (Boolean) |
Registry Utility Function You must have Administrator privileges to use these functions All methods work off of the key \HKEY_CURRENT_USER\SOFTWARE\VSG If the key does not exist it is created.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static int OpenRegistryKey(
bool readOnlyFlag
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Shared Function OpenRegistryKey (
readOnlyFlag As Boolean
) As Integer
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
static int OpenRegistryKey(
bool readOnlyFlag
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
static member OpenRegistryKey :
readOnlyFlag : bool -> int
Parameters
- readOnlyFlag
- Type: SystemBoolean
Return Value
Type:
Int32Remarks Call this if you are going to make multiple calls to getRegistryKeyValue
See Also