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