Home > Software engineering >  Questions about pointer
Questions about pointer

Time:12-04

To refer to, refers to my head all fry!
 

UINT __stdcall CDlgFlowgraph: : ExecuteTestProcess (LPVOID pParam)
{

//CDlgFlowgraph * pthis=(CDlgFlowgraph *) pParam;
//CDlgSysConfig * pDlg=(CDlgSysConfig *) pthis - & gt; M_pSheet;
//CDlgSysConfig * pDlg=(CDlgSysConfig *) (pthis - & gt; The GetParent ());
//CDlgSysConfig * pDlg=(CDlgSysConfig *) AfxGetMainWnd ();

This statement says a few words for pointer what ah, what's different? To a document about the best

CodePudding user response:

Such as (CDlgSysConfig *) AfxGetMainWnd (), as to what this part of the said

CodePudding user response:

Pointer to access the main window
  • Related