CA
struct CA
Untyped representation of CA* typed arrays in Windows. CAUB, etc.
namespace Windows.Win32.System.Com.StructuredStorage
{
internal struct CA
{
public uint cElems;
public unsafe void* pElems;
}
}