#include <delegate.h>

Data Fields | |
| char * | path |
| char * | decode |
| char * | encode |
| char * | commands |
| long | mode |
| MagickBooleanType | thread_support |
| MagickBooleanType | spawn |
| MagickBooleanType | stealth |
| struct _DelegateInfo * | previous |
| struct _DelegateInfo * | next |
| unsigned long | signature |
Definition at line 25 of file delegate.h.
| char * _DelegateInfo::commands |
Definition at line 28 of file delegate.h.
Referenced by DestroyDelegate(), GetDelegateCommand(), GetDelegateCommands(), InvokeDelegate(), and LoadDelegateList().
| char * _DelegateInfo::decode |
Definition at line 28 of file delegate.h.
Referenced by DestroyDelegate(), GetDelegateInfo(), GetDelegateInfoList(), GetDelegateList(), InvokeDelegate(), and LoadDelegateList().
| char * _DelegateInfo::encode |
Definition at line 28 of file delegate.h.
Referenced by DestroyDelegate(), GetDelegateInfo(), GetDelegateInfoList(), GetDelegateList(), InvokeDelegate(), and LoadDelegateList().
| long _DelegateInfo::mode |
Definition at line 34 of file delegate.h.
Referenced by GetDelegateInfo(), GetDelegateMode(), InvokeDelegate(), and LoadDelegateList().
struct _DelegateInfo * _DelegateInfo::next [read] |
Definition at line 41 of file delegate.h.
| char* _DelegateInfo::path |
Definition at line 28 of file delegate.h.
Referenced by DestroyDelegate(), ListDelegateInfo(), and LoadDelegateList().
struct _DelegateInfo* _DelegateInfo::previous [read] |
Definition at line 41 of file delegate.h.
| unsigned long _DelegateInfo::signature |
Definition at line 46 of file delegate.h.
Referenced by GetDelegateCommands(), GetDelegateMode(), GetDelegateThreadSupport(), and LoadDelegateList().
Definition at line 37 of file delegate.h.
Referenced by GetDelegateInfoList(), GetDelegateList(), and LoadDelegateList().
Definition at line 37 of file delegate.h.
Referenced by GetDelegateThreadSupport(), and LoadDelegateList().
1.5.7.1