Lines Matching refs:Array
113 MAKE_PROP(Name##Array, Type*)\
119 return spPropVal->Create##Name##Array(__valueSize, *_ObjInCtx, ppInsp);\
121 static const ABI::Windows::Foundation::PropertyType _PropType = ABI::Windows::Foundation::PropertyType::PropertyType_##Name##Array;\
126 propValue->Get##Name##Array(&uLen, &pArray);\
978 // SerializeToBlob: Stores the attributes in a byte array.
980 // ppBuf: Receives a pointer to the byte array.
981 // pcbSize: Receives the size of the byte array.
983 // The caller must free the array using CoTaskMemFree.