Windows2003-3790/inetcore/urlmon/stg/stgapi.hxx

23 lines
618 B
C++
Raw Normal View History

2001-01-01 00:00:00 +01:00
//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1995.
//
// File: STGAPI.HXX
//
// Contents:
//
// Classes:
//
// Functions:
//
// History: 12-15-95 JoeS (Joe Souza) Created
//
//----------------------------------------------------------------------------
HRESULT StgGetFillLockByteOnMem(IFillLockBytes **pFLB);
HRESULT StgGetFillLockByteOnFile(OLECHAR *pwcFileName, IFillLockBytes **pFLB);
HRESULT StgGetFillLockByteILockBytes(ILockBytes *pLB, IFillLockBytes **pFLB);