IltmmCapture::get_VideoWindowHandle Example for C

long lWndHandle; 
IltmmCapture__get_VideoWindowHandle(g_capture, &lWndHandle);

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