Apache2
apr_dso_handle_t Struct Reference

#include <apr_arch_dso.h>

Collaboration diagram for apr_dso_handle_t:

Data Fields

apr_pool_tpool
 
void * handle
 
const char * errormsg
 
image_id handle
 
sym_listsymbols
 
char * path
 
apr_pool_tcont
 
HMODULE handle
 
apr_status_t load_error
 
char * failed_module
 
dllhandle * handle
 
int failing_errno
 

Field Documentation

◆ cont

apr_pool_t * apr_dso_handle_t::cont

◆ errormsg

const char * apr_dso_handle_t::errormsg

◆ failed_module

char* apr_dso_handle_t::failed_module

◆ failing_errno

int apr_dso_handle_t::failing_errno

◆ handle [1/4]

void * apr_dso_handle_t::handle

◆ handle [2/4]

image_id apr_dso_handle_t::handle

◆ handle [3/4]

HMODULE apr_dso_handle_t::handle

◆ handle [4/4]

dllhandle* apr_dso_handle_t::handle

◆ load_error

apr_status_t apr_dso_handle_t::load_error

◆ path

char* apr_dso_handle_t::path

◆ pool

apr_pool_t * apr_dso_handle_t::pool

◆ symbols

sym_list* apr_dso_handle_t::symbols

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