Lhaz
|
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
FNALLOC | ( | mem_alloc | ) |
FNCLOSE | ( | file_close | ) |
FNFDINOTIFY | ( | notification_function | ) |
FNFREE | ( | mem_free | ) |
FNOPEN | ( | file_open | ) |
FNREAD | ( | file_read | ) |
FNSEEK | ( | file_seek | ) |
FNWRITE | ( | file_write | ) |
int WINAPI wWinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | , | ||
LPTSTR | lpCmdLine, | ||
int | |||
) |