#include <compmgr.h>
Public Attributes | |
int(* | CreateInstance )(OpenInstanceHandle *p_instance, apr_pool_t *pool) |
The component provides a constructor-like method for instance initialization which is called by component manager when a new instance is created. | |
int(* | FreeInstance )(OpenInstanceHandle instance) |
Free memory and other resources for a given instance. |
int(* _OpenInstanceAllocator.CreateInstance)(OpenInstanceHandle *p_instance, apr_pool_t *pool) |
The component provides a constructor-like method for instance initialization which is called by component manager when a new instance is created.
[out] | p_instance | on return, points to handle of a new instance |
pool | created by a component manager for a lifetime of the instance, the component could use the pool for allocation |
int(* _OpenInstanceAllocator.FreeInstance)(OpenInstanceHandle instance) |
Free memory and other resources for a given instance.
instance | a handle of an instance to free |
Genereated on Tue Mar 11 19:25:25 2008 by Doxygen.
(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.