__asm_set_export_table function
The __asm_set_export_table function will copy the export table set in the parameter pAPIExportTable.Syntax
void __stdcall __asm_set_export_table(
__in APIExportTable *pAPIExportTable
);
Parameters
pAPIExportTable [in] A pointer to an APIExportTable structure. This structure should contain pointers to functions this plugin is providing.
Return value
This function does not return a value.
Requirements
| Should be exported by | -
|
| Minimum supported API | 1.00
|
| Header | tvsserver_base.h
|