IltmmCapture::get_VideoWindowHandle Example for C

void IltmmCapture_get_VideoWindowHandle_Example (IltmmCapture* pCapture)
{
   long lWndHandle; 
   
   IltmmCapture_get_VideoWindowHandle(pCapture, &lWndHandle);
}