Click to See Complete Forum and Search --> : AFX_INLINE and AFXAPI


cyinblue
May 22nd, 1999, 01:23 AM
Can someone tell me what they are ( macros? ) and what they are doing?
I found them in MFC source code <afxtempl.h> and don't have any answer in MSDN library.

mihai
May 22nd, 1999, 04:19 AM
#define AFX_INLINE __forceinline, read about __forceinline,
#define AFXAPI __stdcall, read about __stdcall
Sincerey, Mihai