MagickCore 6.9.13
Loading...
Searching...
No Matches
_ModuleInfo Struct Reference
Collaboration diagram for _ModuleInfo:

Data Fields

char * path
 
char * tag
 
void * handle
 
void(* unregister_module )(void)
 
size_t(* register_module )(void)
 
time_t timestamp
 
MagickBooleanType stealth
 
struct _ModuleInfoprevious
 
struct _ModuleInfonext
 
size_t signature
 

Detailed Description

Definition at line 39 of file module.h.

Field Documentation

◆ handle

void* _ModuleInfo::handle

Definition at line 46 of file module.h.

◆ next

struct _ModuleInfo * _ModuleInfo::next

Definition at line 60 of file module.h.

◆ path

char* _ModuleInfo::path

Definition at line 42 of file module.h.

◆ previous

struct _ModuleInfo* _ModuleInfo::previous

Definition at line 59 of file module.h.

◆ register_module

size_t(* _ModuleInfo::register_module) (void)

Definition at line 49 of file module.h.

◆ signature

size_t _ModuleInfo::signature

Definition at line 63 of file module.h.

◆ stealth

MagickBooleanType _ModuleInfo::stealth

Definition at line 56 of file module.h.

◆ tag

char * _ModuleInfo::tag

Definition at line 43 of file module.h.

◆ timestamp

time_t _ModuleInfo::timestamp

Definition at line 53 of file module.h.

◆ unregister_module

void(* _ModuleInfo::unregister_module) (void)

Definition at line 46 of file module.h.


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