WindowsXP-SP1/ds/adsi/include/registry.hxx
2020-09-30 16:53:49 +02: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);