Windos Data Types

W

WELCOME ###

From Beginner :
With Visual C++, there're 3 ways to create Windows Applications. One of
these is by using Windows API (Application Program Interface). Also Windows
Data Types are used to specify functions parameter types and return types in
windows API.
Windows Data Types are many as : HANDLE, HBRUSH, LPHANDLE ... etc
Now all the types used by windows are contained in a header file "window.h
".So we must include this header
file when we put our window program together.
The Question is : How can I get this header file???
Please can any body wants to help?
Thanks.
=================================
 
M

Michael Nemtsev

Hello WELCOME ###,

You can use IntPtr structure for this http://msdn2.microsoft.com/System.IntPtr


But could your describe what are you goin' to do?

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

W> From Beginner :
W> With Visual C++, there're 3 ways to create Windows Applications. One
W> of
W> these is by using Windows API (Application Program Interface). Also
W> Windows
W> Data Types are used to specify functions parameter types and return
W> types in
W> windows API.
W> Windows Data Types are many as : HANDLE, HBRUSH, LPHANDLE ... etc
W> Now all the types used by windows are contained in a header file
W> "window.h
W> ".So we must include this header
W> file when we put our window program together.
W> The Question is : How can I get this header file???
W> Please can any body wants to help?
W> Thanks.
W> =================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top