Searched refs:ppIG (Results 1 – 1 of 1) sorted by relevance
439 static HRESULT CreateInstance(ImageGrabberWinRT **ppIG, bool synchronous = false);459 …static HRESULT CreateInstance(ImageGrabber **ppIG, unsigned int deviceID, bool synchronous = false…1378 HRESULT ImageGrabberWinRT::CreateInstance(ImageGrabberWinRT **ppIG, bool synchronous) in CreateInstance() argument1380 *ppIG = Microsoft::WRL::Make<ImageGrabberWinRT>(synchronous).Detach(); in CreateInstance()1381 if (ppIG == NULL) in CreateInstance()1629 HRESULT ImageGrabber::CreateInstance(ImageGrabber **ppIG, unsigned int deviceID, bool synchronious) in CreateInstance() argument1631 *ppIG = new (std::nothrow) ImageGrabber(deviceID, synchronious); in CreateInstance()1632 if (ppIG == NULL) in CreateInstance()