Re: Windows API





On Nov 28, 6:51 am, "Luciano de Souza" <lso...@xxxxxxxxx> wrote:
Hello,

Where can I find a detailed description for Windows API? Without
examples, I don't believe I will able to understand the codes using it.
I would like a list of functions,  their respective arguments and an
example to illustrate.

MSDN (Microsoft Developers Network) Library.

This (at different levels) is available by subscription. A few years
ago it was about £100 for a basic Library level for a year with
quarterly updates by CD/DVD. it was the best money I'd spent for a long
time <g>. It is also available on their web-site.

Of course, while what each API does is (more or less) fully described
in MSDN, the code and calling information is only in C/C++, you'd have
to convert that to Delphi code. The Delphi VCL code (look in the source
code) does a lot of that. The JEDI site adds to that information for
many more APIs.

Alan Lloyd

.