summaryrefslogtreecommitdiff
path: root/include/registry/registry.h
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-08 12:43:52 +0200
committerNoel Grandin <noel@peralex.com>2015-04-09 08:41:11 +0200
commit1f34524746a0849ee2c76241d7ac6934110009fe (patch)
tree5757a12140ae39bfd52f7fb434760ad428724663 /include/registry/registry.h
parent1bdbe0b475464402716c1c304d28376f1c37d820 (diff)
remove reg keytype constants and related code
since we no longer support the RG_LINKTYPE stuff Change-Id: If388ecfa0c475471b99b26155ad554ec702ca734
Diffstat (limited to 'include/registry/registry.h')
-rw-r--r--include/registry/registry.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/registry/registry.h b/include/registry/registry.h
index 15e6c9dd42ff..68e6014cca40 100644
--- a/include/registry/registry.h
+++ b/include/registry/registry.h
@@ -283,22 +283,6 @@ REG_DLLPUBLIC RegError REGISTRY_CALLTYPE reg_freeValueList(RegValueType valueTyp
RegValue pValueList,
sal_uInt32 len);
-/** This function returns the type of a key.
-
- The registry differentiates two possible types:
- - RG_KEYTYPE represents a real key
- - RG_LINKTYPE used to represent a link (no longer used)
- @param[in] hKey identifies a currently open key. The key specified by keyName is a subkey
- of the key identified by hKey.
- @param[in] keyName points to a null terminated string specifying the name of the key which keytype
- will be returned.
- @param[out] pKeyType returns the type of the key.
- @return REG_NO_ERROR if succeeds else an error code.
-*/
-REG_DLLPUBLIC RegError REGISTRY_CALLTYPE reg_getKeyType(RegKeyHandle hKey,
- rtl_uString* keyName,
- RegKeyType* pKeyType);
-
/** This function resolves a keyname.
@param[in] hKey identifies a currently open key. The key specified by keyName is a subkey