Example #1
0
AP_MSG_HANDLER_METHOD(WebViewModule, WebView_Load)
{
  View* pView = FindView(pMsg->hView);
  pView->Load(pMsg->sUrl);
  pMsg->apStatus = ApMessage::Ok;
}