know more about Win API's

2012-02-20 Thread prateek papriwal
hello,
can anyone suggest me how to get knowledge of windows API's and Wine
Internals. I am reading the documentation provided on the site but i am
finding it hard to grasp the things .. if u can suggest me some good
readings or moreover a structured way of reading things it would be helpful
for me ...



Re: know more about Win API's

2012-02-20 Thread Dmitry Timoshkov
prateek papriwal papriwalprat...@gmail.com wrote:

 can anyone suggest me how to get knowledge of windows API's and Wine
 Internals. I am reading the documentation provided on the site but i am
 finding it hard to grasp the things .. if u can suggest me some good
 readings or moreover a structured way of reading things it would be helpful
 for me ...

Try msdn.microsoft.com

-- 
Dmitry.




Re: know more about Win API's

2012-02-20 Thread Matijn Woudt
On Mon, Feb 20, 2012 at 12:17 PM, Dmitry Timoshkov dmi...@baikal.ru wrote:
 prateek papriwal papriwalprat...@gmail.com wrote:

 can anyone suggest me how to get knowledge of windows API's and Wine
 Internals. I am reading the documentation provided on the site but i am
 finding it hard to grasp the things .. if u can suggest me some good
 readings or moreover a structured way of reading things it would be helpful
 for me ...

 Try msdn.microsoft.com

 --
 Dmitry.


Source code is the best documentation there is, try
http://source.winehq.org, or grab the source from git.

Matijn