MagickCore  6.9.10
Convert, Edit, Or Compose Bitmap Images
_ModuleInfo Struct Reference

#include <module.h>

Collaboration diagram for _ModuleInfo:
[legend]

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
 

Field Documentation

◆ handle

void* _ModuleInfo::handle

◆ next

struct _ModuleInfo * _ModuleInfo::next

◆ path

char* _ModuleInfo::path

◆ previous

struct _ModuleInfo* _ModuleInfo::previous

◆ register_module

size_t(* _ModuleInfo::register_module) (void)

◆ signature

size_t _ModuleInfo::signature

◆ stealth

MagickBooleanType _ModuleInfo::stealth

◆ tag

char * _ModuleInfo::tag

◆ timestamp

time_t _ModuleInfo::timestamp

◆ unregister_module

void(* _ModuleInfo::unregister_module) (void)

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