Displaying 7 results from an estimated 7 matches for "filenameinformation".
Did you mean:
filenamesinformation
2008 Apr 30
8
Playing with NtQueryInformationFile
Hi all,
I''m trying to get the allocation size of a file via a file handle
(rather than its name). The example below works for FileNameInformation
but I can''t get it to work as expected for FileStandardInformation.
Here''s some sample code:
# query_test.rb
require ''windows/handle''
require ''windows/error''
include Windows::Handle
include Windows::Error
NtQueryInformationFile = API.new('...
2017 Dec 22
0
Wine release 3.0-rc3
...neGap from the line gap in the hhea table.
Jacek Caban (6):
mshtml.idl: Added IDOMMouseEvent declaration.
mshtml.idl: Added events dispinterfaces declarations.
jscript: Use WARN for exception traces instead of separated debug channel.
ntdll/tests: Add NtQueryInformationFile(FileNameInformation) on named pipes tests.
server: Introduce get_file_info request for server-side NtQueryInformationFile implementation.
server: Add support for querying FileNameInformation on named pipes.
Józef Kucia (1):
wined3d: Consider CPU blitter when clearing discarded textures.
Kim Malmo (...
2008 Aug 18
0
Playing with NtQueryInformationFile
...Hi David,
No problem. I''ve cc''d the win32utils-devel list for future Googlers.
Hope that''s ok.
> You wrote:
> > I''m trying to get the allocation size of a file via a file handle
> > (rather than its name). The example below works for
> > FileNameInformation but I can''t get it to work as expected
> for FileStandardInformation.
> >
> > I''m trying to get File::Stat#blksize working. It''s easy
> enough when I
> > have the file _name_, but I''d like to get it from the file
> _handle_ so
>...
2009 May 31
2
install.packages hangs RGui with frozen rpwd process at bottom of process tree (PR#13734)
...That didn't work when I tried it again, but the R temp directories sometimes
vanish in the meantime.
Using System Internals File Monitor, I can see the last access to the file
system by rpwd.exe
9:25:26 PM Rpwd.exe:6328 QUERY INFORMATION
C:\PROGRA~1\R\R-28~1.1\src\gnuwin32\Rpwd.exe SUCCESS FileNameInformation
9:25:26 PM Rpwd.exe:6328 OPEN C:\WINDOWS\Prefetch\RPWD.EXE-1615C3C8.pf SUCCESS
Options: Open Access: Read
9:25:26 PM Rpwd.exe:6328 QUERY INFORMATION
C:\WINDOWS\Prefetch\RPWD.EXE-1615C3C8.pf SUCCESS Length: 3882
9:25:26 PM Rpwd.exe:6328 READ C:\WINDOWS\Prefetch\RPWD.EXE-1615C3C8.pf SUCCESS
Offs...
2009 Jun 01
0
install.packages hangs RGui with frozen rpwd process at (PR#13739)
...metimes
>> vanish in the meantime.
>> Using System Internals File Monitor, I can see the last access to the
>> file
>> system by rpwd.exe
>> 9:25:26 PM Rpwd.exe:6328 QUERY INFORMATION
>> C:\PROGRA~1\R\R-28~1.1\src\gnuwin32\Rpwd.exe SUCCESS
>> FileNameInformation
>> 9:25:26 PM Rpwd.exe:6328 OPEN
>> C:\WINDOWS\Prefetch\RPWD.EXE-1615C3C8.pf SUCCESS
>> Options: Open Access: Read
>> 9:25:26 PM Rpwd.exe:6328 QUERY INFORMATION
>> C:\WINDOWS\Prefetch\RPWD.EXE-1615C3C8.pf SUCCESS Length: 3882
>>...
2009 Nov 13
0
Wine release 1.1.33
...n't require dynamic usage for textures in the stateblock tests.
d3d9/tests: Don't require dynamic usage for textures in the stateblock tests.
wined3d: Report a driver version appropriate for the reported OS.
server: Store the Unix name in the fd.
ntdll: Implement the FileNameInformation class for NtQueryInformationFile().
ntdll/tests: Add some tests for the NtQueryInformationFile() FileNameInformation class.
ntdll: Fix the FileNameInformation info size.
wine.inf: Create the mui directory.
Huw Davies (31):
rpcrt4: Move the full pointer table init to after a...
2009 Dec 04
0
Wine release 1.1.34
...selection utility functions to utils.c.
wined3d: Add a separate function for device initialization.
wined3d: Remove the effetively unused "state" field from the device.
ntdll/tests: Disable filesystem redirection for test_file_name_information().
ntdll/tests: Add a FileNameInformation test with filesystem redirection.
d3d10core: Add a separate function for device initialization.
dxgi: Add a separate function for device initialization.
kernel32: Also accept STATUS_BUFFER_OVERFLOW as a valid return code in GetFileInformationByHandle().
dsound: Use wine_dbg_...