Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
adf_raw.h
Package: adfview_src.zip [view]
Upload User: hy_wanghao
Upload Date: 2007-01-08
Package Size: 279k
Code Size: 1k
Category:
Shell api
Development Platform:
Visual C++
- /*
- * ADF Library. (C) 1997-1998 Laurent Clevy
- *
- * adf_raw.h
- *
- */
- #ifndef _ADF_RAW_H
- #define _ADF_RAW_H 1
- #include "adf_str.h"
- #define SW_LONG 4
- #define SW_SHORT 2
- #define SW_CHAR 1
- #define MAX_SWTYPE 11
- #define SWBL_BOOT 0
- #define SWBL_ROOT 1
- #define SWBL_DATA 2
- #define SWBL_FILE 3
- #define SWBL_ENTRY 3
- #define SWBL_DIR 3
- #define SWBL_CACHE 4
- #define SWBL_BITMAP 5
- #define SWBL_FEXT 5
- #define SWBL_LINK 6
- #define SWBL_BITMAPE 5
- #define SWBL_RDSK 7
- #define SWBL_BADB 8
- #define SWBL_PART 9
- #define SWBL_FSHD 10
- #define SWBL_LSEG 11
- RETCODE adfReadRootBlock(struct Volume*, long nSect, struct bRootBlock* root);
- RETCODE adfWriteRootBlock(struct Volume* vol, long nSect, struct bRootBlock* root);
- RETCODE adfReadBootBlock(struct Volume*, struct bBootBlock* boot);
- RETCODE adfWriteBootBlock(struct Volume* vol, struct bBootBlock* boot);
- unsigned long adfBootSum(unsigned char *buf);
- unsigned long adfNormalSum( unsigned char *buf, int offset, int bufLen );
- void swapEndian( unsigned char *buf, int type );
- #endif /* _ADF_RAW_H */
- /*##########################################################################*/