please dont rip this site
Function  42h   Move a File Read/Write Pointer  (LSEEK) 
entry   AH      42h 
	AL      method code  
		00h     offset from beginning of file 
		01h     offset from present location 
		02h     offset from end of file 
	BX      file handle 
	CX      most significant half of offset 
	DX      least significant half of offset 
return  AX      low offset of new file pointer 
	DX      high offset of new file pointer 
	CF      0       successful move 
		1       error 
		AX      error code (1, 6) 
note 1) If pointer is at end of file, reflects file size in bytes. 
     2) The value in DX:AX is the absolute 32 bit byte offset from the beginning 
	of the file 
     3) for origins 01h and 02h, the pointer may be positioned before the
	start of the file; no error is returned in that case (except under
	Windows NT), but subsequent attempts at I/O will produce errors
     4) if the new position is beyond the current end of file, the file will
	be extended by the next write (see AH=40h); for FAT32 drives, the
	file must have been opened with AX=6C00h with the "extended size"
	flag in order to expand the file beyond 2GB

bugs	using this method to grow a file from zero bytes to a very large size
	can corrupt the FAT in some versions of DOS; the file should first
	be grown from zero to one byte and then to the desired large size
 


file: /Techref/int/21f/42.htm, 1KB, , updated: 1999/6/11 09:18, local time: 2024/4/18 16:07,
TOP NEW HELP FIND: 
3.137.192.3:LOG IN

 ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://www.piclist.com/techref/int/21f/42.htm"> int 21f 42</A>

After you find an appropriate page, you are invited to your to this massmind site! (posts will be visible only to you before review) Just type a nice message (short messages are blocked as spam) in the box and press the Post button. (HTML welcomed, but not the <A tag: Instead, use the link box to link to another page. A tutorial is available Members can login to post directly, become page editors, and be credited for their posts.


Link? Put it here: 
if you want a response, please enter your email address: 
Attn spammers: All posts are reviewed before being made visible to anyone other than the poster.
Did you find what you needed?

  PICList 2024 contributors:
o List host: MIT, Site host massmind.org, Top posters @none found
- Page Editors: James Newton, David Cary, and YOU!
* Roman Black of Black Robotics donates from sales of Linistep stepper controller kits.
* Ashley Roll of Digital Nemesis donates from sales of RCL-1 RS232 to TTL converters.
* Monthly Subscribers: Gregg Rew. on-going support is MOST appreciated!
* Contributors: Richard Seriani, Sr.
 

Welcome to www.piclist.com!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .