 |
JetTerm ..msdn Add comment W32 Constants Translate this page |
 |
 |
Initiates the shutdown of an instance that has been initialized by JetInit.
|
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
JET_ERR JET_API JetTerm(
__in JET_INSTANCE instance
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER JetTerm IN esent;
INTEGER pinstance
|
 |
 |
 |
| Parameters: |
 |
instance
Specifies the instance to use for this call.
|
 |
 |
| Return value: |
 |
| This function returns the JET_ERR datatype with one of predefined return codes (e.g. JET_errSuccess=0). |
 |
 |
| Usage: |
 |
LOCAL nInstance, cInstanceName
nInstance=0
cInstanceName="JetBlue"
= JetCreateInstance(@nInstance, m.cInstanceName)
= JetInit(@nInstance)
* ...after doing some useful stuff...
= JetTerm(nInstance)
|
 |
 |
| My comment: |
 |
| See also: JetInit, JetCreateInstance |
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2008-01-08 17:45:26 | | Modified: | 2008-01-08 17:49:45 | Visited in last 7 days: 7 |