home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
winui
/
shell
/
fparser
/
vs_asc.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-02-03
|
231 b
|
17 lines
typedef struct view_asc_save
{
LONG SeekSpot;
// DWORD dwNumLines;
SHORT lastchar;
} VIEW_ASC_SAVE;
typedef struct view_asc_data
{
VIEW_ASC_SAVE AscSave;
SHORT hFile;
BOOL bFileIsText;
} VIEW_ASC_DATA;