Hello All!
I was wondering if someone could help me find the API defines are
for these and other variable types...
HANDLE = LONG
HWND = LONG
ATOM = ?
BOOL = ?
BOOLEAN = ?
COLORREF = ?
FLOAT = ?
etc...
I know what those two are but there are other "windows" defined
variable types that I would like to know what PB or C variable
type they are made up from.
Surly there is a page in the MSDN that decribes what each variable
type really is. I have tried to use "find text" on the VisualStudio
include files but there are far too many to search through.
Thanks
------------------
Cheers
I was wondering if someone could help me find the API defines are
for these and other variable types...
HANDLE = LONG
HWND = LONG
ATOM = ?
BOOL = ?
BOOLEAN = ?
COLORREF = ?
FLOAT = ?
etc...
I know what those two are but there are other "windows" defined
variable types that I would like to know what PB or C variable
type they are made up from.
Surly there is a page in the MSDN that decribes what each variable
type really is. I have tried to use "find text" on the VisualStudio
include files but there are far too many to search through.
Thanks
------------------
Cheers
Comment