|
Document of c-modernization-kit (funcman) 1.0.0
|
funcman_object ポインタ配列を解放します。 More...
#include <funcman.h>Go to the source code of this file.
Functions | |
| void | funcman_dispose (funcman_object *const *fobj_array, const size_t fobj_length) |
| funcman_object ポインタ配列を解放します。 | |
funcman_object ポインタ配列を解放します。
Definition in file funcman_dispose.c.
| void funcman_dispose | ( | funcman_object *const * | fobj_array, |
| const size_t | fobj_length ) |
funcman_object ポインタ配列を解放します。
必ず、destructor / DllMain コンテキストから呼ぶようにしてください。
| [in] | fobj_array | funcman_object ポインタ配列。 |
| [in] | fobj_length | 配列の要素数。 |
Definition at line 17 of file funcman_dispose.c.
References funcman_object::func_ptr, and funcman_object::handle.