ReactOS 0.4.15-dev-7958-gcd0bb1a
image_file_map_ops Struct Reference

#include <image_private.h>

Collaboration diagram for image_file_map_ops:

Public Attributes

const char *(* map_section )(struct image_section_map *ism)
 
void(* unmap_section )(struct image_section_map *ism)
 
BOOL(* find_section )(struct image_file_map *fmap, const char *name, struct image_section_map *ism)
 
DWORD_PTR(* get_map_rva )(const struct image_section_map *ism)
 
unsigned(* get_map_size )(const struct image_section_map *ism)
 
void(* unmap_file )(struct image_file_map *fmap)
 

Detailed Description

Definition at line 198 of file image_private.h.

Member Data Documentation

◆ find_section

BOOL(* image_file_map_ops::find_section) (struct image_file_map *fmap, const char *name, struct image_section_map *ism)

Definition at line 202 of file image_private.h.

◆ get_map_rva

DWORD_PTR(* image_file_map_ops::get_map_rva) (const struct image_section_map *ism)

Definition at line 203 of file image_private.h.

◆ get_map_size

unsigned(* image_file_map_ops::get_map_size) (const struct image_section_map *ism)

Definition at line 204 of file image_private.h.

◆ map_section

const char *(* image_file_map_ops::map_section) (struct image_section_map *ism)

Definition at line 200 of file image_private.h.

◆ unmap_file

void(* image_file_map_ops::unmap_file) (struct image_file_map *fmap)

Definition at line 205 of file image_private.h.

◆ unmap_section

void(* image_file_map_ops::unmap_section) (struct image_section_map *ism)

Definition at line 201 of file image_private.h.


The documentation for this struct was generated from the following file: