Some time ago I saw a chart that showed what IWB variable types conformed to those used by Microsoft in its documentation. For example:
hwndFrom -> uint.
I can't find it now. Does anybody know where it is?
Thanks.
Maybe http://www.ionicwind.com/forums/index.php?topic=2067.msg18536#msg18536
LarryMc
Was it something like this:
The following table lists the available/suggested substitutes.
HWND = WINDOW, DIALOG or INT
LPCSTR/LPSTR = STRING, ISTRING
BYTE / UBYTE / TCHAR = CHAR
LONG = INT
WORD = WORD
DWORD = INT
UINT = UINT
BOOL = INT
WPARAM = INT
LPARAM = INT
LP* = POINTER
Brian
Quote from: Brian Pugh on March 29, 2012, 01:40:59 PM
Was it something like this:
The following table lists the available/suggested substitutes.
HWND = WINDOW, DIALOG or INT
LPCSTR/LPSTR = STRING, ISTRING
BYTE / UBYTE / TCHAR = CHAR
LONG = INT
WORD = WORD
DWORD = INT
UINT = UINT
BOOL = INT
WPARAM = INT
LPARAM = INT
LP* = POINTER
Brian
Yes, but a little longer.
Bruce,
I think this is what you were looking for (change the .txt extension to .htm)
Brian