19 lines
411 B
C
19 lines
411 B
C
|
//+-------------------------------------------------------------------------
|
||
|
//
|
||
|
// Microsoft Windows
|
||
|
//
|
||
|
// Copyright (C) Microsoft Corporation, 1997 - 1999
|
||
|
//
|
||
|
// File: openfile.h
|
||
|
//
|
||
|
//--------------------------------------------------------------------------
|
||
|
|
||
|
#ifndef _INC_CSCVIEW_OPENFILE_H
|
||
|
#define _INC_CSCVIEW_OPENFILE_H
|
||
|
|
||
|
|
||
|
DWORD OpenOfflineFile(LPCTSTR pszFile);
|
||
|
|
||
|
|
||
|
#endif // _INC_CSCVIEW_OPENFILE_H
|