Searched refs:pCollection (Results 1 – 2 of 2) sorted by relevance
4373 IMMDeviceCollection *pCollection = NULL; in _RefreshDeviceList() local4382 &pCollection); in _RefreshDeviceList()4386 SAFE_RELEASE(pCollection); in _RefreshDeviceList()4393 _ptrRenderCollection = pCollection; in _RefreshDeviceList()4398 _ptrCaptureCollection = pCollection; in _RefreshDeviceList()4824 IMMDeviceCollection *pCollection = NULL; in _GetListDevice() local4829 &pCollection); in _GetListDevice()4833 SAFE_RELEASE(pCollection); in _GetListDevice()4837 hr = pCollection->Item( in _GetListDevice()4843 SAFE_RELEASE(pCollection); in _GetListDevice()[all …]
782 GpFontCollection* pCollection = nullptr; in LoadMemFont() local785 CallFunc(GdipNewPrivateFontCollection)(&pCollection); in LoadMemFont()787 CallFunc(GdipPrivateAddMemoryFont)(pCollection, pData, size); in LoadMemFont()789 return pCollection; in LoadMemFont()791 CallFunc(GdipDeletePrivateFontCollection)(&pCollection); in LoadMemFont()794 void CGdiplusExt::DeleteMemFont(LPVOID pCollection) { in DeleteMemFont() argument797 CallFunc(GdipDeletePrivateFontCollection)((GpFontCollection**)&pCollection); in DeleteMemFont()