IltmmCapture::EnterEdit Example for C

void IltmmCapture_EnterEdit_Example (IltmmCapture* pCapture)
{
   IltmmCapture_EnterEdit(pCapture);

   IltmmCapture_LeaveEdit(pCapture);
}