ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
BusyHandler Struct Reference

Public Attributes

int(* xBusyHandler )(void *, int)
 
void * pBusyArg
 
int nBusy
 

Detailed Description

Definition at line 14538 of file sqlite3.c.

Member Data Documentation

◆ nBusy

int BusyHandler::nBusy

Definition at line 14541 of file sqlite3.c.

Referenced by sqlite3InvokeBusyHandler().

◆ pBusyArg

void* BusyHandler::pBusyArg

Definition at line 14540 of file sqlite3.c.

Referenced by sqlite3InvokeBusyHandler().

◆ xBusyHandler

int(* BusyHandler::xBusyHandler) (void *, int)

Definition at line 14539 of file sqlite3.c.

Referenced by sqlite3InvokeBusyHandler().


The documentation for this struct was generated from the following file: