跳转至内容

Aros/开发人员/文档/库/Xadmaster

来自维基教科书,开放世界中的开放书籍
用于 Aros 维基教科书的导航栏
Aros 用户
Aros 用户文档
Aros 用户常见问题解答
Aros 用户应用程序
Aros 用户 DOS Shell
Aros/用户/AmigaLegacy
Aros 开发文档
Aros 开发人员文档
从 AmigaOS/SDL 移植软件
面向 Zune 初学者
Zune .MUI 类
面向 SDL 初学者
Aros 开发人员构建系统
特定平台
Aros x86 完整系统 HCL
Aros x86 音频/视频支持
Aros x86 网络支持
Aros Intel AMD x86 安装
Aros 存储支持 IDE SATA 等
Aros Poseidon USB 支持
x86-64 支持
摩托罗拉 68k Amiga 支持
Linux 和 FreeBSD 支持
Windows Mingw 和 MacOSX 支持
Android 支持
Arm Raspberry Pi 支持
PPC Power Architecture
杂项
Aros 公共许可证

参考文献

[编辑 | 编辑源代码]
xadPTR xadAllocObjectA(xadUINT32 type, const struct TagItem * tags) (D0, A0)
void xadFreeObjectA(xadPTR object, const struct TagItem * tags) (A0, A1)
struct xadClient * xadRecogFileA(xadSize size, const void * memory, const struct TagItem * tags) (D0, A0, A1)
xadERROR xadGetInfoA(struct xadArchiveInfo * ai, const struct TagItem * tags) (A0, A1)
void xadFreeInfo(struct xadArchiveInfo * ai) (A0)
xadERROR xadFileUnArcA(struct xadArchiveInfo * ai, const struct TagItem * tags) (A0, A1)
xadERROR xadDiskUnArcA(struct xadArchiveInfo * ai, const struct TagItem * tags) (A0, A1)
xadSTRPTR xadGetErrorText(xadERROR errnum) (D0)
struct xadClient * xadGetClientInfo() ()
xadERROR xadHookAccess(xadUINT32 command, xadSignSize data, xadPTR buffer, struct xadArchiveInfo * ai) (D0, D1, A0, A1)
xadERROR xadConvertDatesA(const struct TagItem * tags) (A0)
xadUINT16 xadCalcCRC16(xadUINT32 id, xadUINT32 init, xadSize size, const xadUINT8 * buffer) (D0, D1, D2, A0)
xadUINT32 xadCalcCRC32(xadUINT32 id, xadUINT32 init, xadSize size, const xadUINT8 * buffer) (D0, D1, D2, A0)
xadPTR xadAllocVec(xadSize size, xadUINT32 flags) (D0, D1)
void xadCopyMem(const void * src, xadPTR dest, xadSize size) (A0, A1, D0)
xadERROR xadHookTagAccessA(xadUINT32 command, xadSignSize data, xadPTR buffer, struct xadArchiveInfo * ai, const struct TagItem * tags) (D0, D1, A0, A1, A2)
xadERROR xadConvertProtectionA(const struct TagItem * tags) (A0)
xadERROR xadGetDiskInfoA(struct xadArchiveInfo * ai, const struct TagItem * tags) (A0, A1)
xadERROR xadGetHookAccessA(struct xadArchiveInfo * ai, const struct TagItem * tags) (A0, A1)
void xadFreeHookAccessA(struct xadArchiveInfo * ai, const struct TagItem * tags) (A0, A1)
xadERROR xadAddFileEntryA(struct xadFileInfo * fi, struct xadArchiveInfo * ai, const struct TagItem * tags) (A0, A1, A2)
xadERROR xadAddDiskEntryA(struct xadDiskInfo * di, struct xadArchiveInfo * ai, const struct TagItem * tags) (A0, A1, A2)
xadERROR xadGetFilenameA(xadUINT32 buffersize, xadSTRPTR buffer, const xadSTRING * path, const xadSTRING * name, const struct TagItem * tags) (D0, A0, A1, A2, A3)
xadSTRPTR xadConvertNameA(xadUINT32 charset, const struct TagItem * tags) (D0, A0)
xadSTRPTR xadGetDefaultNameA(const struct TagItem * tags) (A0)
const struct xadSystemInfo * xadGetSystemInfo() () 
华夏公益教科书