GINO Graphics Suite - GINO v9.0  

gDeleteRegistryKey

Syntax

[C/C++:]
int gDeleteRegistryKey(int registry, char *key);
[F90:]
integer function gDeleteRegistryKey(registry, key)

integer,           intent(in) :: registry
character*(*),  intent(in) :: key

Arguments

registry
Top level registry root key

= GREGCLASSESROOT, Root classes registry
= GREGCURRENTUSER, Current User Registry
= GREGLOCALMACHINE, Local Machine Registry
= GREGUSERS, Users Registry
= GREGCURRENTCONFIG, Current Configuration Registry

key
Name of key to be deleted

Description

The function gDeleteRegistryKey() deletes an existing key in the top level registry within the Windows Registry.

The function returns a zero value if the deletion is successful, or a system error code if not.

See Also

gDeleteRegistryKey Usage
gCreateRegistryKey
gDeleteRegistryValue