Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
456 B

  1. //
  2. // enumprop.h
  3. //
  4. #ifndef ENUMPROP_H
  5. #define ENUMPROP_H
  6. #include "erfa.h"
  7. class CEnumPropertyRanges : public CEnumRangesFromAnchorsBase
  8. {
  9. public:
  10. CEnumPropertyRanges()
  11. {
  12. Dbg_MemSetThisNameIDCounter(TEXT("CEnumPropertyRanges"), PERF_ENUMPROPRANGE_COUNTER);
  13. }
  14. BOOL _Init(CInputContext *pic, IAnchor *paStart, IAnchor *paEnd, CProperty *pProperty);
  15. private:
  16. DBG_ID_DECLARE;
  17. };
  18. #endif // ENUMPROP_H