[Dnsapi.dll] Implement Dnsapi.dll

2006-02-28 Thread MattK
> Please submit a seperate patch for the windns.h header file. In order for the patch to compile you need the windns.h header. > Hmmm. The Windows Platform SDK doesn't define this function as WINAPI. In WinDNS.h in the PSDK include directory, it is declared as BOOL WINAPI. > Maybe cdecl instead,

[Dnsapi.dll] Implement Dnsapi.dll

2006-02-27 Thread MattK
This is a patch to implement Dnsapi.dll. It contains "bare bones". This was done mainly to help with Bug 4323 . This patch has the DllMain entry point, a function and a stub, header files, implementation into the tree, and a .spec file. Please tell me ho

MSI: Implementation of the MsiVerifyDiskSpace function

2006-02-01 Thread MattK
My apologies for submitting crap. I don't know what I really did. Anyway, I will restart from scratch and will make it *not* suck. I will include error checks, Proper function calls, etc. Once again I apologize.

Re: MSI: Implementation of the MsiVerifyDiskSpace function

2006-01-31 Thread MattK
Sorry for the crap. Anyway...I did it the right way however(it makes sense), I need the following function to properly calculate the disk space. That function is: MsiEnumComponentCosts. So scrap my crap. It can't be done right now.