ReactOS 0.4.15-dev-7788-g1ad9096
_MODULEINFO Struct Reference

#include <compat.h>

Collaboration diagram for _MODULEINFO:

Public Attributes

LPVOID lpBaseOfDll
 
DWORD SizeOfImage
 
LPVOID EntryPoint
 

Detailed Description

Definition at line 917 of file compat.h.

Member Data Documentation

◆ EntryPoint

LPVOID _MODULEINFO::EntryPoint

Definition at line 920 of file compat.h.

Referenced by GetModuleInformation().

◆ lpBaseOfDll

LPVOID _MODULEINFO::lpBaseOfDll

Definition at line 918 of file compat.h.

Referenced by GetModuleInformation().

◆ SizeOfImage

DWORD _MODULEINFO::SizeOfImage

Definition at line 919 of file compat.h.

Referenced by GetModuleInformation().


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