pFSE 251 source4/lib/wmi/wbemdata.c struct IWbemFetchSmartEnum *pFSE; pFSE 366 source4/lib/wmi/wbemdata.c result = dcom_query_interface((struct IUnknown *)d, 5, 1, &iid, (struct IUnknown **)&ecod->pFSE, &coresult); pFSE 371 source4/lib/wmi/wbemdata.c result = IWbemFetchSmartEnum_Fetch(ecod->pFSE, mem_ctx, &ecod->pSE); pFSE 414 source4/lib/wmi/wbemdata.c if (ecod->pFSE) { pFSE 415 source4/lib/wmi/wbemdata.c talloc_steal(d, ecod->pFSE); pFSE 416 source4/lib/wmi/wbemdata.c iref[n].ipid = IUnknown_ipid(ecod->pFSE);