//+------------------------------------------------------------------------- // // Microsoft Windows // // Copyright (C) Microsoft Corporation, 1998 - 2002 // // File: strings.h // //-------------------------------------------------------------------------- #ifndef __strings_h #define __strings_h HRESULT StrRetFromString(LPSTRRET lpStrRet, LPCWSTR pString); #endif