Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Docking Pane
  New Posts New Posts RSS Feed - AFX_INLINE use
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

AFX_INLINE use

 Post Reply Post Reply
Author
Message
awake View Drop Down
Groupie
Groupie


Joined: 22 March 2011
Status: Offline
Points: 12
Post Options Post Options   Thanks (0) Thanks(0)   Quote awake Quote  Post ReplyReply Direct Link To This Post Topic: AFX_INLINE use
    Posted: 09 June 2011 at 9:21pm

when I read the sample code of DockingContainer,I found the code

AFX_INLINE void RefreshPanes()
{
    ((CMainFrame*)AfxGetMainWnd->RefreshPanes();
}
 
who can tell me why use AFX_INLINE?
 
I search material on Internert.but nothing I have found.
 
the question is so puzzled!
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 10 June 2011 at 2:41am
AFX_INLINE is same as "inline"
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
awake View Drop Down
Groupie
Groupie


Joined: 22 March 2011
Status: Offline
Points: 12
Post Options Post Options   Thanks (0) Thanks(0)   Quote awake Quote  Post ReplyReply Direct Link To This Post Posted: 10 June 2011 at 3:04am
thanks  oleg
 
the same as I thought
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.047 seconds.