_PELDR_RemoveExportTable
#include <vxdldr.h>
LRESULT CDECL PELDR_RemoveExportTable(HPEEXPORTTABLE hExportTable,
PHLIST phList);
Removes an export table from the export table list.
- Returns PELDR_ERR_NOERROR successful, otherwise returns PELDR_ERR_INVALIDHANDLE if the specified handle is not valid.
- hExportTable
- A handle to an export table. This parameter must be a valid handle as returned by _PELDR_AddExportTable.
- phList
- A pointer to a list handle of export tables. This parameter is specified when a client restricts the export table list. If NULL, the global export table list is used.