[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]


_HandleTable

FileStruct is a structure allocated for each file handle

Compatibility:

This function is compatible with the following targets:

ANSI
BeOS
EMB/RTOS
Mac OS
Palm OS

Win32


Prototype:
#include <crtl.h>
typedef struct
{
  void *handle;
  char translate;
  char append;
} FileStruct;
  
extern FileStruct *_HandleTable[NUM_HANDLES];
extern int _HandPtr;
Remarks:

The variable _HandPtr is a pointer to a table of handles.

The variable NUM_HANDLES lists the number of possible handles.


[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.

Last updated: August 16, 2000