Home
last modified time | relevance | path

Searched refs:lpKey (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/setup_native/source/win32/customactions/reg4allmsdoc/
H A Dreg4allmsi.cxx169 static LONG DeleteSubKeyTree( HKEY RootKey, LPCSTR lpKey ) in DeleteSubKeyTree() argument
172 LONG rc = RegOpenKeyExA( RootKey, lpKey, 0, KEY_READ | DELETE, &hKey ); in DeleteSubKeyTree()
190 rc = RegDeleteKeyA( RootKey, lpKey ); in DeleteSubKeyTree()
192 OutputDebugStringFormat( "deleted key [%s] from registry.\n", lpKey ); in DeleteSubKeyTree()
194 OutputDebugStringFormat( "RegDeleteKeyA %s returned %ld.\n", lpKey, rc ); in DeleteSubKeyTree()
209 OutputDebugStringFormat( "RegOpenKeyExA %s returned %ld.\n", lpKey, rc ); in DeleteSubKeyTree()

Completed in 12 milliseconds