|
-
Dec 21st, 2000, 08:12 AM
#1
Thread Starter
New Member
I want to know what is the datatype to be used to get a handle for window.
win32 api function have their own datatype.
eg. SC_HANDLE,LPCSTR,TChar
In general i want to know where or how can i get corresponding VB datatype and how to use that in VB coding in calling win32 api function.
Thanx in advance.
-
Dec 21st, 2000, 08:40 AM
#2
PowerPoster
The datatype for a handle is Long in VB paralance. If you have API viewer, just copy the the required Api and it will automatically give you the converted datatypes. If you need more information on the corresponding datatypes, see http://www.vbapi.com .
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|