Searched refs:EnumSectionsFunction (Results 1 – 2 of 2) sorted by relevance
29 typedef bool (*EnumSectionsFunction)(const PEImage &image, typedef154 bool EnumSections(EnumSectionsFunction callback, PVOID cookie) const;
239 bool PEImage::EnumSections(EnumSectionsFunction callback, PVOID cookie) const { in EnumSections()