Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
695 B

//+---------------------------------------------------------------------------
//
// 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);