VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vlFile.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *******************************************************************************/
9 #pragma once
10 
11 #include "vlMachineTypes.h"
12 
13 #ifdef DtUSE_UTILITIES_NAMESPACE
14 namespace DtUSE_UTILITIES_NAMESPACE
15 {
16 #endif
17 
23 DT_DLL_VLUTIL FILE* DtFileOpen( const char* name, const char* mode );
24 
27 DT_DLL_VLUTIL void DtFileClose( FILE* fp );
28 
29 #ifdef DtUSE_UTILITIES_NAMESPACE
30 }
31 #endif
32 
33 
34 
void DtFileClose(FILE *fp)
Closes a file opened by DtFileOpen.
FILE * DtFileOpen(const char *name, const char *mode)
Implementation of a wrapper for the system function "fopen".
This file contains typedefs for machine dependant types.
#define DT_DLL_VLUTIL
Definition: vlMachineTypes.h:109

Document ID: Generated on Tue Feb 2 21:02:17 EST 2021 from SVN revision 223668
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)