Searched refs:lpKey (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/setup_native/source/win32/customactions/reg4allmsdoc/ |
H A D | reg4allmsi.cxx | 169 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 23 milliseconds