Searched refs:pBag (Results 1 – 1 of 1) sorted by relevance
1911 CComPtr<CViewStatePropertyBag> pBag(new CViewStatePropertyBag()); in SHGetViewStatePropertyBag() local1913 hr = pBag->Init(pidl, bag_name, flags); in SHGetViewStatePropertyBag()1920 g_pCachedBag = pBag; in SHGetViewStatePropertyBag()1922 return pBag->QueryInterface(riid, ppv); in SHGetViewStatePropertyBag()