windows-nt/Source/XPSP1/NT/printscan/ui/shellext/inc/strings.h

21 lines
542 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 1998 - 1998
//
// File: strings.h
//
//--------------------------------------------------------------------------
#ifndef __strings_h
#define __strings_h
HRESULT LocalAllocString(LPTSTR* ppResult, LPCTSTR pString);
HRESULT LocalAllocStringLen(LPTSTR* ppResult, UINT cLen);
void LocalFreeString(LPTSTR* ppString);
HRESULT StrRetFromString(LPSTRRET lpStrRet, LPCWSTR pString);
#endif