//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 1995 - 1997
//
// File: lib.h
//
// Contents: helper functions
//
//--------------------------------------------------------------------------
#ifndef __LIB_H__
#define __LIB_H__
BOOL
ConvertWszToBstr(
OUT BSTR *pbstr,
IN WCHAR const *pwc,
IN LONG cb);
#endif // __LIB_H__