How to get pContext of current window
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
When I need to call my function
CreateSplitters(int nRows, int nCols, int m_actRow, int m_actCol, CCreateContext* pContext)
I need to give parameter CCreateContext* pContext. How can I do it? Thanks in advance, bilas.Without knowing what CreateSplitters does with a CCreateContext struct!
CCreateContext context;
// TODO: Setup the members of struct CCreateContext using variable context
CreateSplitters(nRows, nCols, nActRow, nActCol, &context);
Ant. I'm hard, yet soft.
I'm coloured, yet clear.
I'm fruity and sweet.
I'm jelly, what am I? Muse on it further, I shall return! - David Walliams (Little Britain)