Lhaz
読み取り中…
検索中…
一致する文字列を見つけられません
関数
lhazcab.cpp ファイル

CAB Interface [詳解]

#include "altstr.hpp"
#include <windows.h>
#include <io.h>
#include <sys/stat.h>
#include <fdi.h>
#include <fci.h>
#include "mybuf.h"
#include "mymisc.h"
#include "myfile.h"
#include "mydebug.h"
#include "mytime.h"
#include "lhazcab.h"
#include "lhazfile_arc.h"
#include "lhazfiletree.h"
#include "lhazif.h"
#include "lhazprocfile.h"
#include "lhazregs.h"
#include "lhazsfx.h"
#include "resource.h"
#include "cabsfx.c"

関数

 FNALLOC (mem_alloc)
 
 FNFREE (mem_free)
 
 FNOPEN (file_open)
 
 FNREAD (file_read)
 
 FNWRITE (file_write)
 
 FNCLOSE (file_close)
 
 FNSEEK (file_seek)
 
 FNFDINOTIFY (notification_function)
 
 FNFCIOPEN (fci_open)
 
 FNFCIREAD (fci_read)
 
 FNFCIWRITE (fci_write)
 
 FNFCICLOSE (fci_close)
 
 FNFCISEEK (fci_seek)
 
 FNFCIDELETE (fci_delete)
 
 FNFCIFILEPLACED (file_placed)
 
 FNFCIGETTEMPFILE (get_temp_file)
 
 FNFCISTATUS (progress)
 
 FNFCIGETNEXTCABINET (get_next_cabinet)
 
 FNFCIGETOPENINFO (get_open_info)
 

詳解

CAB Interface

著者
chito.nosp@m.ra48.nosp@m.@gmai.nosp@m.l.co.nosp@m.m

関数詳解

◆ FNALLOC()

FNALLOC ( mem_alloc  )

◆ FNCLOSE()

FNCLOSE ( file_close  )

◆ FNFCICLOSE()

FNFCICLOSE ( fci_close  )

◆ FNFCIDELETE()

FNFCIDELETE ( fci_delete  )

◆ FNFCIFILEPLACED()

FNFCIFILEPLACED ( file_placed  )

◆ FNFCIGETNEXTCABINET()

FNFCIGETNEXTCABINET ( get_next_cabinet  )

◆ FNFCIGETOPENINFO()

FNFCIGETOPENINFO ( get_open_info  )

◆ FNFCIGETTEMPFILE()

FNFCIGETTEMPFILE ( get_temp_file  )

◆ FNFCIOPEN()

FNFCIOPEN ( fci_open  )

◆ FNFCIREAD()

FNFCIREAD ( fci_read  )

◆ FNFCISEEK()

FNFCISEEK ( fci_seek  )

◆ FNFCISTATUS()

FNFCISTATUS ( progress  )

◆ FNFCIWRITE()

FNFCIWRITE ( fci_write  )

◆ FNFDINOTIFY()

FNFDINOTIFY ( notification_function  )

◆ FNFREE()

FNFREE ( mem_free  )

◆ FNOPEN()

FNOPEN ( file_open  )

◆ FNREAD()

FNREAD ( file_read  )

◆ FNSEEK()

FNSEEK ( file_seek  )

◆ FNWRITE()

FNWRITE ( file_write  )