⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 structs.h

📁 zip压缩
💻 H
字号:
/*  Copyright (c) 1990-2000 Info-ZIP.  All rights reserved.  See the accompanying file LICENSE, version 2000-Apr-09 or later  (the contents of which are also included in unzip.h) for terms of use.  If, for some reason, all these files are missing, the Info-ZIP license  also may be found at:  ftp://ftp.info-zip.org/pub/infozip/license.html*/#ifndef __structs_h#define __structs_h#ifndef Far#  define Far far#endif/* Porting definitions between Win 3.1x and Win32 */#ifdef WIN32#  define far#  define _far#  define __far#  define near#  define _near#  define __near#  ifndef FAR#    define FAR#  endif#endif#ifndef DEFINED_ONCE#define DEFINED_ONCEtypedef int (WINAPI DLLPRNT) (LPSTR, unsigned long);typedef int (WINAPI DLLPASSWORD) (LPSTR, int, LPCSTR, LPCSTR);typedef int (WINAPI DLLSERVICE) (LPCSTR, unsigned long);#endiftypedef void (WINAPI DLLSND) (void);typedef int (WINAPI DLLREPLACE)(LPSTR);typedef void (WINAPI DLLMESSAGE)(unsigned long, unsigned long, unsigned,   unsigned, unsigned, unsigned, unsigned, unsigned,   char, LPSTR, LPSTR, unsigned long, char);typedef struct {DLLPRNT *print;DLLSND *sound;DLLREPLACE *replace;DLLPASSWORD *password;DLLMESSAGE *SendApplicationMessage;DLLSERVICE *ServCallBk;unsigned long TotalSizeComp;unsigned long TotalSize;unsigned long CompFactor;       /* "long" applied for proper alignment, only */unsigned long NumMembers;WORD cchComment;} USERFUNCTIONS, far * LPUSERFUNCTIONS;typedef struct {int ExtractOnlyNewer;int SpaceToUnderscore;int PromptToOverwrite;int fQuiet;int ncflag;int ntflag;int nvflag;int nfflag;int nzflag;int ndflag;int noflag;int naflag;int nZIflag;int C_flag;int fPrivilege;LPSTR lpszZipFN;LPSTR lpszExtractDir;} DCL, far * LPDCL;#endif /* __structs_h */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -