The CADWORD structure is a counted array of DWORDs. It is used, for example, in the IPerPropertyBrowsing::GetPredefinedStrings method. The values returned in this counted array can be passed into the IPerPropertyBrowsing::GetPredefinedValue method to obtain the value corresponding to one of the predefined strings for a property.
typedef struct tagCADWORD { ULONG cElems; DWORD FAR* pElems; } CADWORD;
Members
See Also
CALPOLESTR, IPerPropertyBrowsing::GetPredefinedStrings, IPerPropertyBrowsing::GetPredefinedValue