Searched refs:psa (Results 1 – 2 of 2) sorted by relevance
326 SAFEARRAY* psa = SafeArrayCreateVector(VT_UNKNOWN, 0, 1); in GetSelection() local335 SafeArrayPutElement(psa, &i, pItemProvider); in GetSelection()338 *pRetVal = psa; in GetSelection()
298 SAFEARRAY* psa = SafeArrayCreateVector(VT_I4, 0, 2); in GetRuntimeId() local301 SafeArrayPutElement(psa, &i, &(rId[i])); in GetRuntimeId()303 *pRetVal = psa; in GetRuntimeId()