Searched refs:ppIGT (Results 1 – 1 of 1) sorted by relevance
482 …static HRESULT CreateInstance(ImageGrabberThread **ppIGT, IMFMediaSource *pSource, unsigned int de…1774 HRESULT ImageGrabberThread::CreateInstance(ImageGrabberThread **ppIGT, IMFMediaSource *pSource, uns… in CreateInstance() argument1776 *ppIGT = new (std::nothrow) ImageGrabberThread(pSource, deviceID, synchronious); in CreateInstance()1777 if (ppIGT == NULL) in CreateInstance()