SQLTCallback

Last Updated2014-08-04
Created At2007-07-13

General callback for threaded SQL stuff.

void (Handle owner, Handle hndl, const char[] error, any data)

Parameters

Handle owner
Parent object of the Handle (or INVALID_HANDLE if none).
Handle hndl
Handle to the child object (or INVALID_HANDLE if none).
const char[] error
Error string if there was an error. The error could be empty even if an error condition exists, so it is important to check the actual Handle value instead.
any data
Data passed in via the original threaded invocation.

Return Value

void