Exemplo n.º 1
0
LONG WINAPI Mine_RegCloseKey(HKEY a0)
{
    if (CFilterMapper2::m_pFilterMapper2 && a0 == FAKEHKEY) {
        return ERROR_SUCCESS;
    }
    return Real_RegCloseKey(a0);
}
Exemplo n.º 2
0
LSTATUS APIENTRY RegTree::RegCloseKey(HKEY hKey)
{
	if (IsVirtualKey(hKey))
		return ERROR_SUCCESS;	
	else
		return Real_RegCloseKey(hKey);
}