VR-Link API Documentation for DIS
vlFile.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *******************************************************************************/
00009 #pragma once
00010 
00011 #include "vlMachineTypes.h"
00012 
00013 #ifdef DtUSE_UTILITIES_NAMESPACE
00014 namespace DtUSE_UTILITIES_NAMESPACE
00015 {
00016 #endif
00017 
00023 DT_DLL_VLUTIL FILE* DtFileOpen( const char* name, const char* mode );
00024 
00027 DT_DLL_VLUTIL void DtFileClose( FILE* fp );
00028 
00029 #ifdef DtUSE_UTILITIES_NAMESPACE
00030 } 
00031 #endif
00032 
00033 
00034 

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)