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 …]
714 GpFontCollection* pCollection = NULL; in LoadMemFont() local717 CallFunc(GdipNewPrivateFontCollection)(&pCollection); in LoadMemFont()719 CallFunc(GdipPrivateAddMemoryFont)(pCollection, pData, size); in LoadMemFont()721 return pCollection; in LoadMemFont()723 CallFunc(GdipDeletePrivateFontCollection)(&pCollection); in LoadMemFont()726 void CGdiplusExt::DeleteMemFont(LPVOID pCollection) { in DeleteMemFont() argument729 CallFunc(GdipDeletePrivateFontCollection)((GpFontCollection**)&pCollection); in DeleteMemFont()