windows-nt/Source/XPSP1/NT/ds/adsi/include/registry.hxx

24 lines
672 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+---------------------------------------------------------------------------
//
// 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);