SoCudaFindFunction Method (SoCudaHandle, String, String) |
This function resolves a specific function in a specified module.
Namespace: OIV.Inventor.CudaAssembly: OIV.Inventor.Cuda (in OIV.Inventor.Cuda.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic static SoCudaSoCudaErrors FindFunction(
SoCudaHandle handle,
string moduleName,
string functionName
)
Public Shared Function FindFunction (
handle As SoCudaHandle,
moduleName As String,
functionName As String
) As SoCudaSoCudaErrors
public:
static SoCudaSoCudaErrors FindFunction(
SoCudaHandle^ handle,
String^ moduleName,
String^ functionName
)
static member FindFunction :
handle : SoCudaHandle *
moduleName : string *
functionName : string -> SoCudaSoCudaErrors
Parameters
- handle
- Type: OIV.Inventor.CudaSoCudaHandle
The handle which is updated with the function pointer.
- moduleName
- Type: SystemString
The name of the module which is supposed to contain the function.
- functionName
- Type: SystemString
The name of the function to resolve.
Return Value
Type:
SoCudaSoCudaErrorsAn error code.
Remarks
See Also