WindowsXP/ds/adsi/include/registry.hxx
2025-04-27 07:49:33 -04:00

24 lines
695 B
C++

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1996
//
// File: registry.hxx
//
// History: 24-May-1996 RamV (Ram Viswanathan) created.
//
// Note: registry access code
//
//----------------------------------------------------------------------------
HRESULT SetKeyAndValue(LPTSTR pszRegLocation,
LPTSTR pszKey,
LPTSTR pszSubKey,
LPTSTR pszValue );
HRESULT QueryKeyValue(LPTSTR pszRegLocation,
LPTSTR pszKey,
LPTSTR * ppszValue);