search for: ntqueryinformationfile

Displaying 20 results from an estimated 22 matches for "ntqueryinformationfile".

2008 Apr 30
8
Playing with NtQueryInformationFile
...e 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(''NtQueryInformationFile'', ''LPPLL'', ''L'', ''ntdll'') # http://msdn.microsoft.com/en-us/library/cc232064.aspx FileNameInformation = 9 FileStandardInformation = 5 STATUS_SUCCESS = 0 fh = File.open(''t...
2008 Aug 18
0
Playing with NtQueryInformationFile
> -----Original Message----- > From: dlibrik at wolfram.com [mailto:dlibrik at wolfram.com] > Sent: Monday, August 18, 2008 12:26 AM > To: Berger, Daniel > Subject: Re: [Win32utils-devel] Playing with NtQueryInformationFile > > Hello Daniel, > > I apologize for writing to you out of nowhere, but you posted > on the Ruby Win32utils-devel list a while back and I think > you might have the answer to a question I''m working on. Hi David, No problem. I''ve cc''d the win32util...
2017 Dec 22
0
Wine release 3.0-rc3
...gdi32: Set otmMacLineGap 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 te...
2001 Nov 08
4
trying to create a WinNT rescue disk
I have probably a rather unusual problem. I have a computer with WinNT already installed on it, plus RedHat7.2, and would like to try and create a repair disk for the WinNT install (I'm no longer able to boot NT, though I have no problem starting the NT bootloader - after I choose Windows NT 4.0 and it starts to boot, I get a BSOD with reference to being unable to access the bootloader (which
2005 Aug 30
0
No subject
...nfiguration information for the floppy drive" and this spew of stuff in the controlling xterm: fixme:ntdll:RtlDosPathNameToNtPathName_U (L"A:\\",0x406160ac,00000000,00000000) fixme:ntdll:NtOpenFile (0x406160f0,0x00100003,0x406151cc,0x406151e4,0x00000003,0x00000010) stub fixme:ntdll:NtQueryInformationFile (0x00000000,0x406151e4,0x406151ec,0x00000004,0x00000011),stub! fixme:ntdll:NtFsControlFile (0x00000000,0x00000000,(nil),(nil),0x406151e4,0x00090083,(nil),0x00000000,(nil),0x00000000): stub fixme:ntdll:NtDeviceIoControlFile (0x00000000,0x00000000,(nil),(nil),0x4061607c,0x00070000,(nil),0x00000000,0x...
2008 Apr 29
1
ZwXX functions
Hi all, I noticed that some of the Zw functions would be very handy to use. While they''re exported by NTDLL, it seems they''re part of the Windows Driver Kit, and those headers don''t ship with Visual C++ by default. Or do they? I don''t have them with Visual C++ 8 anyway. What I''m mainly after is the ZwQueryInformationFile for use with File::Stat, so I
2017 Dec 29
0
Wine release 3.0-rc4
...not start: heap issues 41209 The Magic School Bus Explores the Solar System: Error message asking for the game to be reinstalled 43971 Wine 2.20 Bcrypt compilation fails under older linux systems while Wine 2.0.3 compiles fine 44142 steamwebhelper.exe crashes on wine-stagining 2.21 because NtQueryInformationFile fails 44161 Possible incorrect string message in "dlls/kernel32/tests/volume.c" line 263 44218 Black displaying of all Wine stuffs with FreeBSD ---------------------------------------------------------------- Changes since 3.0-rc3: Alex Henrie (4): msvcrt: Don't include...
2018 Oct 26
0
Wine release 3.19
...winex11.drv: Force changing lock keys state if hooks blocked keyboard input processing. server: Use server_get_file_info for all info classes not implemented on client side. server: Use default_fd_get_file_info for FileAccessInformation implementation. ntdll/tests: Add more NtQueryInformationFile tests. server: Add NtQueryInformationFile(FileIoCompletionNotificationInformation) implementation. ntdll/tests: Added more FILE_SKIP_COMPLETION_PORT_ON_SUCCESS tests. Jactry Zeng (1): kernel32: Don't check a discarded variable. Józef Kucia (5): winevulkan: Update vk.xm...
2015 Mar 20
0
Wine release 1.7.39
...38110 Winhttp sample doesn't always work 38177 d3d: Card 10de:0849 not found in driver DB 38184 AutoHotkey script crashes when calling WScript.Shell's "exec" method (IWshShell3 vtable only supports up to IWshShell2) 38203 MSYS2 needs FileNetworkOpenInformation support in NtQueryInformationFile 38209 WshScriptExec's Terminate method is missing 38220 Chemcraft crashes 38221 Wrong parameter assignment in get_family_names_from_stream() 38223 SoManyEuros program doesnt run (needs IFile::get_Path() implementation) 38226 EBWin(Unicode) crashes when searching katakana words. (...
2009 Nov 13
0
Wine release 1.1.33
...ars. 13948 Glossomatheia crashes on startup 14427 widl crashes in dlls/rpcrt4 14541 WinExec() fails when starts Unix binaries 15036 'Gift' game crash with a D3D/OpenGL error 15060 MCI_WAVE_SET_SAMPLESPERSEC not implimented, patch (needs cleanup) 15272 Pipes (PeekNamedPipe, NtQueryInformationFile) crash Wine 15367 "Using help" or "Help on help" crashes winhlp32 15421 go.exe does not work 15469 windows in a virtual desktop only get keyboard focus when the mouse is on them 15599 S.T.A.L.K.E.R. - no sound with OpenAL 15706 iphplapi: iphplapi.ok test fails in...
2011 Oct 10
0
Wine release 1.3.30
.... po: Update Lithuanian translation. Bernhard Loos (7): server: Store sharing state for named pipes. server: Only the sharing parameter of two instances of the same pipe have to match. server: Sharing 0 is not allowed for named pipes. server: It's possible to call NtQueryInformationFile on a pipe if it was opened with access 0. server: Correctly implement permission checking for named pipes. ntdll: Implement the NamedPipeConfiguration value for the FilePipeLocalInformation class of NtQueryInformationFile. server: If a debugger is attached to a process, child proc...
2014 Aug 22
0
Wine release 1.7.25
...ion wpcap.dll.pcap_findalldevs 37094 Wireshark 1.10 'dumpcap.exe' tool crashes on unimplemented function wpcap.dll.pcap_open_live ---------------------------------------------------------------- Changes since 1.7.24: Adam Martinson (1): ntdll: Implement FILE_PIPE_INFORMATION for NtQueryInformationFile. Alexandre Julliard (1): kernel32: Add detection of fake dlls when determining a binary type. Andrei Sl?voiu (1): wined3d: Replace vendor specific callbacks with generic code that uses vendor specific arrays. Andr? Hentschel (36): wpcap: Implement pcap_major_version and pcap_mi...
2020 Mar 27
0
Wine release 5.5
...x the overflow check in read_changes_apc(). kernel32/tests: Fix some test failures when run from a mounted folder. server: Store the real Unix path. ntdll: Consider mount points to be reparse points in get_file_info(). ntdll: Report Unix mount points as Win32 mount points in NtQueryInformationFile(). kernel32: Reimplement GetVolumePathName() using NtQueryInformationFile(FileAttributeTagInformation). d2d1/tests: Adjust a color to prevent test failures. d3d11/tests: Relax some color comparisons. d3d10core/tests: Relax some color comparisons. make_makefiles: Allow...
2009 Sep 25
0
Wine release 1.1.30
...o the host OpenAL lib so it can set the proper error state. openal32: Downgrade two FIXMEs to WARNs, since they test app-specified parameters. Damjan Jovanovic (2): sti.h: Add sti create function declarations. sti: Add sti class factory. Dan Kegel (5): ntdll: Add tests for NtQueryInformationFile. ntdll: Add initial test for NtQueryDirectoryFile(). ntdll: Fix NtQueryInformationFile test failures on Vista Home Basic. cmd: Improve 'attrib' builtin to handle at least setting/clearing single attributes. cmd: Make 'dir' hide hidden or system files by defau...
2019 Sep 27
0
Wine release 4.17
...e locally. d3d8: Track the primary stateblock state locally. wined3d: Introduce wined3d_stateblock_set_vs_consts_f(). d3d9: Handle stateblocks in d3d9_device_SetVertexShaderConstantF(). d3d8: Handle stateblocks in d3d8_device_SetVertexShaderConstant(). ntdll: Implement NtQueryInformationFile(FileAttributeTagInformation). kernelbase: Implement GetFileInformationByHandleEx(FileAttributeTagInfo). strmbase: Don't execute OnStartStreaming() or OnStopStreaming() callbacks if the sink is unconnected. quartz/tests: Add some tests for unconnected filter state change....
2018 Nov 09
0
Wine release 3.20
...ils in driver entry point due to missing 'ntoskrnl.exe.PsGetProcessWow64Process' 45665 64-bit BattlEye 'BEDaisy' kernel service fails in driver entry point due to missing 'ntoskrnl.exe.MmCopyVirtualMemory' 45749 Multiple Node.js based applications/installers need ntdll.NtQueryInformationFile to handle 'FileModeInformation' information class (MS Visual Studio 2017 Installer, FACEIT Anti-cheat client) 45796 Nvidia GeForce Now installer aborts due to missing 'advapi32.RegQueryReflectionKey' export 45828 Several Microsoft games bundled with Windows 7 as part of OS ins...
2017 Mar 17
0
Wine release 2.4
...msvcp140/tests: Add _TaskEventLogger tests. msvcr: Add __crtUnhandledException implementation. Sebastian Lackner (18): ntdll: Use FD_CLOEXEC instead of hardcoded values. ntoskrnl.exe: Add KeReleaseInStackQueuedSpinLock stub. ntdll: Implement FileAccessInformation class in NtQueryInformationFile. rasapi32: Set *lpcDevices in RasEnumDevicesA. include: Avoid typedef for tls_data. webservices: Unlock critical section before returning. webservices: Don't set is_addressed when an error occurred. webservices: Return the correct HRESULT on error. webservice...
2018 Aug 17
0
Wine release 3.14
...NSCEIVE error handling. server: Don't use set_no_fd_status for error handling in pipe objects. server: Allow pipe server fd caching throughout its whole lifetime. kernel32: Add AttachConsole implementation. kernel32/tests: Add more pipe tests. ntdll/tests: Add more NtQueryInformationFile tests. server: Store named_pipe reference in pipe_end struct. server: Use common implementation for pipe client and server get_sd and set_sd. server: Use common implementation for client and server get_file_info. server: Use pipe stored in pipe_end in get_named_pipe_info....
2017 Feb 17
0
Wine release 2.2
...EndDeferWindowPos. Sebastian Lackner (9): dinput: Allocate correct amount of memory in IDirectInput8AImpl_EnumDevicesBySemantics. wined3d: Add a missing call to context_release. ntdll/tests: Add tests for FileIdInformation class. ntdll: Implement FileIdInformation class in NtQueryInformationFile. user32/tests: Add test for EndDeferWindowPos with destroyed window. ntdll/tests: Add tests for FileIoCompletionNotificationInformation info class. mmdevapi: Use InitOnce to initialize audio drivers. wined3d: Remove duplicate assignment of NULL to map_ptr in wined3d_buffer_m...
2010 Apr 16
0
Wine release 1.1.43
...y files. rsaenh/tests: Fix some test failures on NT4 and lower. oleau32/tests: Fix test failures on Win9x/WinMe by using more A-functions. ntdll/tests: Make sure we can enumerate the directory. ntdll/tests: Enumerate one by one. ntdll/tests: We need a bigger buffer for NtQueryInformationFile. ntdll/tests: Prevent test failures on Windows. Piotr Caban (18): msvcrt: Added implemenatation of _create_locale and _free_locale. msvcrt: Added _iswalpha_l implementation. msvcr80: Fix typo in msvcr80.spec. msvcr90: Forward ?_open@@YAHPBDHH at Z calls to _open....