IltmmCapture::get_VideoCaptureSubTypes Example for C

IltmmCaptureSubTypes* pVideoCapSubTypes;

L_MULTIMEDIATEX_API void IltmmCapture_get_VideoCaptureSubTypes_Example (IltmmCapture* pCapture)
{
   IltmmCaptureSubTypes* pVideoCapSubTypes;


   IltmmCapture_get_VideoCaptureSubTypes(pCapture, (IltmmCaptureSubTypes**)&pVideoCapSubTypes);

   IltmmCaptureSubTypes_Release(pVideoCapSubTypes);
}