|
node-addon-layer
C API For writing Node modules
|
Used by node to identify how to initialize this module. More...
#include <shim.h>
Data Fields | |
| int | version |
| void * | handle |
| const char * | fname |
| node_register_func | func |
| const char * | mname |
Used by node to identify how to initialize this module.
| const char* fname |
Filename of module
| node_register_func func |
Always represents the C++ entry point
| void* handle |
Used internally by node
| const char* mname |
Module name
| int version |
Indicates the node module ABI
1.8.4