Searched defs:EnumImportsFunction (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/win/
H A Dpe_image.h55 typedef bool (*EnumImportsFunction)(const PEImage &image, LPCSTR module, typedef in class:base::win::PEImage
164 bool EnumAllImports(EnumImportsFunction callback, PVOID cookie) const;
174 bool EnumOneImportChunk(EnumImportsFunction callback, LPCSTR module_name,
182 bool EnumAllDelayImports(EnumImportsFunction callback, PVOID cookie) const;
193 bool EnumOneDelayImportChunk(EnumImportsFunction callback,

Completed in 66 milliseconds