tcpmp 如何关联到自己的窗口播放

tcpmp 怎么关联到自己的窗口播放
dx们帮帮忙,怎么让tcpmp在自己的窗口中播放啊?按照有篇文章的介绍,把common中的GetDC(NULL)都改成GetDC(Context()->Wnd)了,还是不能关联到窗口句柄。

------解决方案--------------------
if(Context_Init(_T("TCPMP"),_T("0.81RC1"),3,AfxGetApp()->m_lpCmdLine,NULL))
{
Player = Context()->Player;
Context_Wnd(this->m_hWnd);
}