From: KJK::Hyperion <no...@li...> - 2002-07-06 16:34:22
|
At 07.05 06/07/2002, you wrote: >I'm curious what's allowed in order to come up with code for various >functions? Is it safe to read documentation on msdn.microsoft.com in order >to gain info on how to implement a function? For the documented functions, yes, it's the best way (download or order - for free - the Platform SDK. All the documentation you'll need and more). For the others: disassemble, or invent. They're undocumented, so we can be pretty sure that (almost) no program uses them |