From: SMTP%"mason@osr.com" 4-NOV-1997 16:14:37.54 To: "Pete Scott" , CC: Subj: [ntfsd] Re: Return-Path: owner-ntfsd@atria.com Received: by arisia.gce.com (UCX V4.1-12C, OpenVMS V7.1 VAX); Tue, 4 Nov 1997 16:09:53 -0500 Received: from gw.atria.com (gw.atria.com [192.88.237.2]) by mercury.mv.net (8.8.8/mem-971025) with SMTP id VAA23692 for ; Mon, 3 Nov 1997 21:32:22 -0500 (EST) Received: by gw.atria.com id Mon, 3 Nov 1997 18:55:44 -0500 Received: from queball.osr.com by gw.atria.com id Mon, 3 Nov 1997 18:55:39 -0500 Received: from nameserver.osr.com by queball.osr.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1457.7) id WGHNPWQJ; Mon, 3 Nov 1997 18:54:59 -0000 Received: from [38.220.243.48] by nameserver (NTMail 3.02.13) with ESMTP id da018723 for ; Mon, 3 Nov 1997 18:14:44 -0500 Message-Id: <3.0.3.32.19971103181450.00aaf6e0@mailserver.osr.com> X-Sender: mason@mailserver.osr.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Mon, 03 Nov 1997 18:14:50 -0500 To: "Pete Scott" , From: Tony Mason Subject: [ntfsd] Re: In-Reply-To: <199711031818.LAA27606@nsicily.emass.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-ntfsd@atria.com Precedence: bulk At 11:30 AM 11/3/97 -0700, Pete Scott wrote: > >When opening a file by file id (IRP_MJ_CREATE with the FILE_OPEN_BY_FILE_ID >option set), does anyone know where the file id is buried? Thanks in >advance. > >Pete Scott >NT Senior Architect >EMASS, Inc. > > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >[ To unsubscribe, send email to ntfsd-request@atria.com with body >UNSUBSCRIBE (the subject is ignored). ] From the obvious place for a file name: FileObject->FileName.Buffer Additional information: It must be eight bytes long (FileObject->FileName.Length) It must be relative to a previously opened file (FileObject->RelatedFileObject != NULL) The easiest way to generate these in a controlled fashion is to write a test program using the native API. Regards, Tony Tony Mason Consulting Partner OSR Open Systems Resources, Inc. mason@osr.com http://www.osr.com - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [ To unsubscribe, send email to ntfsd-request@atria.com with body UNSUBSCRIBE (the subject is ignored). ]