VR-Link API Documentation for DIS
 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 MAK Technologies, Inc
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 Wed Mar 27 02:04:30 EDT 2024 from SVN revision 264570
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)