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

CAB-SFX Installer [詳解]

#include <windows.h>
#include <io.h>
#include <tchar.h>
#include "myfile.h"
#include "mydebug.h"
#include "mymisc.h"
#include "mystr.h"
#include "mywindow.h"
#include "mywinhttp.h"
#include "fdi.h"
#include "cabsfx.h"
#include "DllSecur.h"
#include "resource.h"

関数

int WINAPI wWinMain (HINSTANCE hInstance, HINSTANCE, LPTSTR lpCmdLine, int)
 
 FNALLOC (mem_alloc)
 
 FNFREE (mem_free)
 
 FNOPEN (file_open)
 
 FNREAD (file_read)
 
 FNWRITE (file_write)
 
 FNCLOSE (file_close)
 
 FNSEEK (file_seek)
 
 FNFDINOTIFY (notification_function)
 

詳解

CAB-SFX Installer

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

関数詳解

◆ FNALLOC()

FNALLOC ( mem_alloc  )

◆ FNCLOSE()

FNCLOSE ( file_close  )

◆ FNFDINOTIFY()

FNFDINOTIFY ( notification_function  )

◆ FNFREE()

FNFREE ( mem_free  )

◆ FNOPEN()

FNOPEN ( file_open  )

◆ FNREAD()

FNREAD ( file_read  )

◆ FNSEEK()

FNSEEK ( file_seek  )

◆ FNWRITE()

FNWRITE ( file_write  )

◆ wWinMain()

int WINAPI wWinMain ( HINSTANCE  hInstance,
HINSTANCE  ,
LPTSTR  lpCmdLine,
int   
)