Click here to Skip to main content
15,881,938 members

Comments by Laurie Stearn (Top 12 by date)

Laurie Stearn 14-Dec-15 9:20am View    
@Jochen Great! I think we can also use this:
https://msdn.microsoft.com/en-us/library/windows/desktop/ms680600(v=vs.85).aspx
Laurie Stearn 13-Dec-15 19:35pm View    
Gotcha now. Via Google there's a bit of variation:
We get -3FFFFFCD from here: https://www.mathsisfun.com/binary-decimal-hexadecimal-converter.html
The idea was great here but didn't work for negative numbers:
http://www.codeproject.com/Articles/6503/An-NTSTATUS-lookup-application
Laurie Stearn 13-Dec-15 16:48pm View    
The whole shebang is here:
https://github.com/lmstearn/CreateLargeDir
Go easy please, the code is well, pretty gross. :P
Laurie Stearn 13-Dec-15 8:58am View    
The first one on Google? Or is that wrong?
http://www.binaryhexconverter.com/decimal-to-hex-converter
Laurie Stearn 13-Dec-15 7:53am View    
ntStatus = -1073741773 = 0XFF5C28F7, hdlNTOut is 0 so we are in nadaland. Hmmm, what happened to NT_ERROR?
http://rogerkar.blogspot.com.au/2009/06/nterror-ntsuccess-identifier-not-found.html
Is there a subset of NTstatus somewhere?