Lines Matching refs:apidl
1195 dcm.apidl = NULL; in CreateViewObject()
1226 PCUITEMID_CHILD_ARRAY apidl, DWORD * rgfInOut) in GetAttributesOf() argument
1232 if (cidl && !apidl) in GetAttributesOf()
1263 while (cidl > 0 && *apidl) in GetAttributesOf()
1265 pdump(*apidl); in GetAttributesOf()
1266 if(_ILIsFolder(*apidl) || _ILIsValue(*apidl)) in GetAttributesOf()
1267 SHELL32_GetFSItemAttributes(this, *apidl, rgfInOut); in GetAttributesOf()
1270 apidl++; in GetAttributesOf()
1306 UINT cidl, PCUITEMID_CHILD_ARRAY apidl, in GetUIObjectOf() argument
1314 this, hwndOwner, cidl, apidl, shdebugstr_guid (&riid), prgfInOut, ppvOut); in GetUIObjectOf()
1320 if (cidl == 1 && _ILIsValue(apidl[0])) in GetUIObjectOf()
1322 hr = _CreateExtensionUIObject(apidl[0], riid, ppvOut); in GetUIObjectOf()
1331 AddFSClassKeysToArray(cidl, apidl, hKeys, &cKeys); in GetUIObjectOf()
1339 dcm.apidl = apidl; in GetUIObjectOf()
1349 … hr = IDataObject_Constructor (hwndOwner, m_pidlRoot, apidl, cidl, TRUE, (IDataObject **)&pObj); in GetUIObjectOf()
1358 if (_ILIsValue(apidl[0])) in GetUIObjectOf()
1359 hr = _GetIconHandler(apidl[0], riid, (LPVOID*)&pObj); in GetUIObjectOf()
1361 hr = CFSExtractIcon_CreateInstance(this, apidl[0], riid, &pObj); in GetUIObjectOf()
1366 if (cidl != 1 || FAILED(hr = this->_GetDropTarget(apidl[0], (LPVOID*) &pObj))) in GetUIObjectOf()