The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => Topic started by: Webring on July 01, 2005, 03:51:26 PM

Title: ntdll.lib/inc
Post by: Webring on July 01, 2005, 03:51:26 PM
hutch can you add the long overdue ntdll.lib/inc to next masm? i've attached them both.

[attachment deleted by admin]
Title: Re: ntdll.lib/inc
Post by: bozo on July 20, 2005, 12:21:52 PM
Excellent work Webring, i made a start on NTDLL.INC for my own stuff some time ago but never finished it!
Thank you sir!
Title: Re: ntdll.lib/inc
Post by: hutch-- on July 20, 2005, 12:59:53 PM
OK,

I have downloaded the inc and lib files and the include file looks OK so far. It is not a published interface from Microsoft so while its useful to have around, it is not part of te Windows API function set. I ned to know what calling convention is used with the internal functions. Currently they default to STDCALL under MASM32. For copyright reasons I ned to know wo owns both the include and library.
Title: Re: ntdll.lib/inc
Post by: PBrennick on August 07, 2005, 01:48:28 PM
Hutch,
I have been watching this topic to see if there has been an answer to the copyright question.  So far, it has been 2 weeks and I see no answer.  Does this remain as an issue?  Or did you get a PM type response?

Paul
Title: Re: ntdll.lib/inc
Post by: Vortex on August 07, 2005, 02:35:59 PM
Webring,

Are we mentioning about the same attachment?

http://www.masmforum.com/simple/index.php?topic=1661.0
Title: Re: ntdll.lib/inc
Post by: Petroizki on August 07, 2005, 06:02:07 PM
Some of those are defined in the winternl.h file of the Windows SDK, and documented too.
But where could i find information on those which are not documented in the latest SDK?
Title: Re: ntdll.lib/inc
Post by: bozo on August 07, 2005, 07:00:41 PM
perhaps Windows DDK, or WINE (Windows Emulator) source code..or mailing list
Title: Re: ntdll.lib/inc
Post by: Webring on August 11, 2005, 10:23:08 AM
Hey vortex, yes its the same attachment.Petroizki you can find a list of some undocumented nt functions on http://www.sysinternals.com/Information/NativeApi.html. I've got a book on them, and got them from various other sites. I'll look for links for you. Also Microsoft themselves starting not to be so hush hush about them and have some documented in win api sdk. Hutch the calling convention is indeed STDCALL for all functions i've tried, and if you're asking me I did purchase a copy of windows xp ddk, so I own ntdll.lib and I made the inc.
Title: Re: ntdll.lib/inc
Post by: Mark Jones on August 11, 2005, 02:25:32 PM
Quote from: Webring on August 11, 2005, 10:23:08 AM
...I did purchase a copy of windows xp ddk, so I own ntdll.lib...

Are you sure you OWN it? Sorry for being pedantic. :toothy
Title: Re: ntdll.lib/inc
Post by: Webring on August 11, 2005, 05:14:30 PM
i'm not even going to answer that
Title: Re: ntdll.lib/inc
Post by: xandaz on December 16, 2009, 08:55:07 PM
   Hey guys. As you know i always appreciatte your help and,...well....here i am again. Does anyone know of the existance of a hlp file outside DDK that makes refference to ntdll?
   Thanks guys
   Best regards.... xandaz
Title: Re: ntdll.lib/inc
Post by: drizz on December 16, 2009, 10:21:21 PM
http://undocumented.ntinternals.net/ntundoc.chm

book: Gary Nebbett - Windows NT/2000 Native API Reference

not documentation (well it is if you can read what you need from headers); the best source of undocumented stuff in one place:
http://code.google.com/p/native-nt-toolkit/
Title: Re: ntdll.lib/inc
Post by: aker on February 17, 2010, 03:06:39 AM
No _wcsicmp.