Home | History | Annotate | Download | only in win

Lines Matching full:callback

26   // Callback to enumerate sections.
34 // Callback to enumerate exports.
43 // Callback to enumerate import blocks.
51 // Callback to enumerate imports.
59 // Callback to enumerate dalayed import blocks.
72 // Callback to enumerate relocations.
152 // cookie is a generic cookie to pass to the callback.
154 bool EnumSections(EnumSectionsFunction callback, PVOID cookie) const;
157 // cookie is a generic cookie to pass to the callback.
159 bool EnumExports(EnumExportsFunction callback, PVOID cookie) const;
162 // cookie is a generic cookie to pass to the callback.
164 bool EnumAllImports(EnumImportsFunction callback, PVOID cookie) const;
167 // cookie is a generic cookie to pass to the callback.
169 bool EnumImportChunks(EnumImportChunksFunction callback, PVOID cookie) const;
172 // cookie is a generic cookie to pass to the callback.
174 bool EnumOneImportChunk(EnumImportsFunction callback, LPCSTR module_name,
180 // cookie is a generic cookie to pass to the callback.
182 bool EnumAllDelayImports(EnumImportsFunction callback, PVOID cookie) const;
185 // cookie is a generic cookie to pass to the callback.
187 bool EnumDelayImportChunks(EnumDelayImportChunksFunction callback,
191 // cookie is a generic cookie to pass to the callback.
193 bool EnumOneDelayImportChunk(EnumImportsFunction callback,
203 // cookie is a generic cookie to pass to the callback.
205 bool EnumRelocs(EnumRelocsFunction callback, PVOID cookie) const;