Home | History | Annotate | Download | only in include

Lines Matching refs:cEntries

367     ULONG cEntries;
399 ULONG cEntries;
404 #define CbADRLIST(_lpadrlist) (offsetof(ADRLIST,aEntries) + (UINT)(_lpadrlist)->cEntries*sizeof(ADRENTRY))
405 #define SizedADRLIST(_centries,_name) struct _ADRLIST_ ## _name { ULONG cEntries; ADRENTRY aEntries[_centries]; } _name