windows-nt/Source/XPSP1/NT/enduser/troubleshoot/launcher/server/comglobals.h

27 lines
664 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//
// MODULE: ComGlobals.h
//
// PURPOSE: Global functions that are handy to have.
//
// PROJECT: Local Troubleshooter Launcher for the Device Manager
//
// COMPANY: Saltmine Creative, Inc. (206)-633-4743 support@saltmine.com
//
// AUTHOR: Richard Meadows
//
// ORIGINAL DATE: 2-26-98
//
//
// Version Date By Comments
//--------------------------------------------------------------------
// V0.1 - RM Original
///////////////////////
#ifndef __COMGLOBALS_H_
#define __COMGLOBALS_H_ 1
bool BSTRToTCHAR(LPTSTR szChar, BSTR bstr, int CharBufSize);
bool ReadRegSZ(HKEY hRootKey, LPCTSTR szKey, LPCTSTR szValue, LPTSTR szBuffer, DWORD *pdwBufSize);
#endif