the3gwireless Posted September 6, 2007 Posted September 6, 2007 ; typedef struct tagTCITEM { ; UINT mask; ; #if (_WIN32_IE >= 0x0300) ; DWORD dwState; ; DWORD dwStateMask; ; #else ; UINT lpReserved1; ; UINT lpReserved2; ; #endif ; LPTSTR pszText; ; int cchTextMax; ; int iImage; ; LPARAM lParam; ; } TCITEM, *LPTCITEM; Thanks in advance! Sam
GaryFrost Posted September 6, 2007 Posted September 6, 2007 Global Const $tagTCITEM = "int Mask;int State;int StateMask;ptr Text;int TextMax;int Image;int Param" SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now