Displaying 2 results from an estimated 2 matches for "ntintern".
Did you mean:
intern
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
2004 Dec 01
0
The Hidden NT API
Here''s a couple interesting links I snagged from OS News:
http://www.sysinternals.com/ntw2k/info/ntdll.shtml
http://undocumented.ntinternals.net/
Dan