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

LZH-SFX module [詳解]

#include <Windows.h>
#include <CommCtrl.h>
#include <process.h>
#include <sys/utime.h>
#include "sfx.h"
#include "mydebug.h"
#include "myfile.h"
#include "mymisc.h"
#include "DllSecur.h"
#include "slide.h"
#include "resource.h"
#include ".¥size_Sfx.cpp"

関数

void calccrc (ushort &crc, uchar *, uint)
 
void MakeCrcTable ()
 
int LhazGetStop (void)
 LhazGetStop
 
void LhazProg (LONGLONG p)
 LhazProg
 
int WINAPI wWinMain (HINSTANCE hInstance, HINSTANCE, LPTSTR, int)
 wWinMain
 

変数

ushort lzh_crc
 
int gVExt = 1
 

詳解

LZH-SFX module

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

関数詳解

◆ calccrc()

void calccrc ( ushort crc,
uchar p,
uint  n 
)
extern

◆ LhazGetStop()

int LhazGetStop ( void  )

LhazGetStop

◆ LhazProg()

void LhazProg ( LONGLONG  p)

LhazProg

◆ MakeCrcTable()

void MakeCrcTable ( )
extern

◆ wWinMain()

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

wWinMain

変数詳解

◆ gVExt

int gVExt = 1

◆ lzh_crc

ushort lzh_crc
extern