ReactOS Fundraising Campaign 2012
 
€ 3,303 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

static NTSTATUS VfatSetPositionInformation ( PFILE_OBJECT  FileObject,
PFILE_POSITION_INFORMATION  PositionInfo 
) [static]

Definition at line 102 of file finfo.c.

Referenced by VfatSetInformation().

00104 {
00105   DPRINT ("FsdSetPositionInformation()\n");
00106 
00107   DPRINT ("PositionInfo %p\n", PositionInfo);
00108   DPRINT ("Setting position %d\n", PositionInfo->CurrentByteOffset.u.LowPart);
00109 
00110   FileObject->CurrentByteOffset.QuadPart =
00111     PositionInfo->CurrentByteOffset.QuadPart;
00112 
00113   return (STATUS_SUCCESS);
00114 }


Generated on Tue May 15 05:39:59 2012 for ReactOS by doxygen 1.6.3

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.