Programs get drive allocation information for disk usage functions intdos intdosx

Data Recovery Software | Data Recovery Services | Software Development | Web Services | Data Recovery | Live Chat | iPod Restore | Sim Card Recovery

The functions intdos and intdosx execute DOS interrupt 0x21 to invoke a specified DOS function. The value of inregs->h.ah specifies the DOS function to be invoked. The function intdosx also copies the segregs ->ds and segregs ->es values into the corresponding registers before invoking the DOS function and then restores DS.

This feature of the functions allows the programs that use far pointers or a large data memory model specify which segment is to be used for the function execution. With intdosx function you can invoke a DOS function that takes a value of DS different from the default data segment and/or takes an argument in ES.

Both the functions return the value of AX after completion of the DOS function call and if the carry flag is set (outregs -> x.cflag != 0), it indicates that an error occurred.

After the interrupt 0x21 returns the functions copy the current register values to outregs, status of the carry flag to the x.cflag field in outregs and value of the 8086 flags register to the x.flags field in outregs. Both inregs and outregs can point to the same structure. Let us see the examples of these functions.

Data Recovery Software With Crack
Free Digital Pictures Recovery Pen Drive Recover Data Free Data Retrieval Software Undelete Files Windows
Free Undelete Software Download Partition Recovery NTFS Recover Deleted Text Messages From Cell Phone USB Data Recovery Free
Memory Card File Recovery File Recovery Tool Freeware Data Recovery Service Reviews iPod Restorer

The example of the use of intdos function has been given below. This program obtains the selected information about the floppy (1.44Mb, 3½ inch floppy disk) disk drive. This program provides the allocation information of a floppy disk.

/* The get drive allocation information for disk usage */

#include <dos.h> /* for intdos() and union REGS */
#include <stdio.h> /* for printf() */

union REGS inregs, outregs;

void main()
{
inregs.h.ah = 0x36; /* get disk free space
function number */
inregs.h.dl = 0x01; /* drive A: */

intdos(&inregs, &outregs);

printf("%d sectors/cluster,\n%d clusters,\n%d bytes/sector,
\n%d total clusters",
outregs.x.ax,outregs.x.bx,
outregs.x.cx, outregs.x.dx);
getch();
}

And output of the program will be like this:

1 sectors/cluster,
1933 clusters,
512 bytes/sector,
2843 total clusters

Sample Chapters from book DATA RECOVERY WITH AND WITHOUT PROGRAMMING by Author Tarun Tyagi
Data Recovery with & without Programming


Publishers of the Book
Number of Pages
ISBN
Price of the Book


BPB Publications, New Delhi, India
540
81-7656-922-4
$69.00 (Including Shipping Charges, Cost of Book and Other expenses, Free Source Code CD included with the Book)





Buy Data recovery Book

Previous page

page 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20


page 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38

Next page
Data recovery software Data recovery software
Windows Data Recovery Software Windows Data Recovery Software
iPod Data Recovery Software iPod Data Recovery Software
Memory Card Data Recovery Software Memory Card Data Recovery Software
Pen Drive Data Recovery Software Pen Drive Data Recovery Software
Digital Camera Data Recovery Software Digital Camera Data Recovery Software
Removable Media Data Recovery Software Removable Media Data Recovery Software
FAT Data Recovery Software

FAT Data Recovery Software

NTFS Data Recovery Software NTFS Data Recovery Software

Data recovery Education center Data recovery Education center
Data Recovery Training Data Recovery Training
Data Recovery Services Data Recovery Services
Data Recovery Education Materials Data Recovery Education Materials
Data Recovery Book Data Recovery Book

USB Drive Recovery Freeware
File Recovery Utilities
Undelete Partitions
Free Windows Data Recovery
Recover Files From Recycle Bin
Free Flash Drive Data Recovery
Digital Camera Picture Recovery
Keylogger Freeware
Free Password Cracker
Deleted Files Recovery
Download iPod Recovery
Data Recovery Tool Free Download
File Recovery Program
Free Hard Drive Data Recovery
Memory Stick Data Recovery Software
Data Restore Undelete
Hard Disk Recovery Free
Download Data Recovery Utilities
Recover Lost Data

Software development services Software development services
Custom Software Development Custom Software Development
Offshore Software Development Offshore Software Development
Microsoft .NET Development Microsoft .NET Development
Java / J2EE Development Java / J2EE Development
Wireless / Mobile Application Development Wireless / Mobile Application Development
Database Solutions Database Solutions


Data Recovery Software

Data Recovery Software

iPod Restore

iPod Restore

Memory Stick Data Recovery

Memory Stick Data Recovery

Mobile Phone Data Recovery

Mobile Phone Data Recovery

USB Drive Data Recovery

USB Drive Data Recovery

Data Recovery Utility

Data Recovery Utility

Digital Camera Data Recovery

Digital Camera Data Recovery

Data Recovery Services

Data Recovery Services

Data Recovery

Data Recovery

Data Recovery Utilities

Data Recovery Utilities

File Recovery Software

File Recovery Software

Files Recovery

Files Recovery

iPod Data Recovery

iPod Data Recovery

Data Recovery Tools

Data Recovery Tools

© Copyright 2002-2005 DataDoctor.Biz

Pen Drive Data Recovery Software | Memory Card Data Recovery Software | iPod Data Recovery Software | Digital Camera Data Recovery Software | Removable Media Data Recovery Software | Windows Data Recovery Software | FAT Data Recovery Software | NTFS Data Recovery Software | Data Recovery Training | Data Recovery Services | Data Recovery Education Material | Data Recovery Book | Custom Software Development | Offshore Software Development | Microsoft .NET Development | Java / J2EE Development | Wireless / Mobile Application Development | Database Solutions | Website Design | Website Development | Website Promotion | Mobile Website Design | Website Testing | Graphic Design

Home | Contact us | Downloads | Services | Resources | Terms and conditions | Site map