Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Feature Requests
 Parameter completion problem!
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

znakeeye
Tomato Guru

379 Posts

Posted - Dec 12 2007 :  10:46:31 AM  Show Profile  Reply with Quote
I type the following:
CMyTreeCtrl::Create(

... and the following is suggested:
_In_ DWORD dwStyle, _In_ const RECT& rect, _In_ CWnd* pParentWnd, _In_ UINT nID)

Shouldn't those ugly _In_ (_Out_ etc) be ignored?

feline
Whole Tomato Software

United Kingdom
18947 Posts

Posted - Dec 13 2007 :  3:06:26 PM  Show Profile  Reply with Quote
What does the declaration look like? Does it contain these _In_, etc, pieces?

I am very wary of getting clever with macro's, since what happens with:

#define MYINT int
void doSomething( MYINT foo );


or the somewhat more obscure:

void doSomethingElse( MYMACRO MYINT foo );

experience indicates that if it can be made to compile, someone is relying on it.

zen is the art of being at one with the two'ness
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000