cudaGetExportTable ( const void **  ppExportTable,
const cudaUUID_t pExportTableId 
)

Request a table of function pointers from the CUDA driver. Tables are identified by cudaUUID_t (see RFC 4122 for the formal definition of UUID). Valid table IDs are defined in separate headers.

Parameters:
ppExportTable - Returned address of the desired export table.
pExportTableId - Address of a cudaUUID_t identifying the desired export table.
Returns:
cudaSuccess, cudaErrorInvalidValue
Note:
Note that this function may also return error codes from previous, asynchronous launches.


Generated by Doxygen for NVIDIA CUDA Library  NVIDIA