Connecting Tech Pros Worldwide Help | Site Map

Windos Data Types

WELCOME ###
Guest
 
Posts: n/a
#1: Apr 22 '07
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.
=================================


Michael Nemtsev
Guest
 
Posts: n/a
#2: Apr 22 '07

re: Windos Data Types


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

WFrom Beginner :
WWith Visual C++, there're 3 ways to create Windows Applications. One
Wof
Wthese is by using Windows API (Application Program Interface). Also
WWindows
WData Types are used to specify functions parameter types and return
Wtypes in
Wwindows API.
WWindows Data Types are many as : HANDLE, HBRUSH, LPHANDLE ... etc
WNow all the types used by windows are contained in a header file
W"window.h
W".So we must include this header
Wfile when we put our window program together.
WThe Question is : How can I get this header file???
WPlease can any body wants to help?
WThanks.
W=================================


Closed Thread


Similar .NET Framework bytes