Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

35 lines
1.1 KiB

//+--------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1996.
//
// File: docfile.hxx
//
// Contents: functions exported from docfile.cxx
//
//---------------------------------------------------------------
#ifndef __DFENTRY_HXX__
#define __DFENTRY_HXX__
#include "dfmsp.hxx"
#ifndef _UNICODE
HRESULT DfOpenStorageOnILockBytes(ILockBytes *plkbyt,
IStorage *pstgPriority,
DWORD grfMode,
SNB snbExclude,
DWORD reserved,
IStorage **ppstgOpen,
CLSID *pcid);
#else
HRESULT DfOpenStorageOnILockBytesW(ILockBytes *plkbyt,
IStorage *pstgPriority,
DWORD grfMode,
SNBW snbExclude,
DWORD reserved,
IStorage **ppstgOpen,
CLSID *pcid);
#endif
#endif // #ifndef __DFENTRY_HXX__