Searched refs:pbBlog (Results 1 – 1 of 1) sorted by relevance
2550 BYTE *pbBlog = nullptr; in AddAttribute() local2551 … hr = pValue->GetUInt8Array(&cbBlob, &pbBlog); in AddAttribute()2554 if (pbBlog == nullptr) in AddAttribute()2560 … hr = pAttr->SetBlob(guidKey, pbBlog, cbBlob); in AddAttribute()2563 CoTaskMemFree(pbBlog); in AddAttribute()