Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 7 Using Open Forms : Open Forms Functions : openform_terminate()

openform_terminate()
Unload the NPSAL support libraries and terminate access to the other functions in this module.
Synopsis
C/C++
long int openform_terminate (long int openform_id)
VB
Function openform_terminate (openform_id As Long) As Long
where openform_id is the identifier of the Open Forms SDK Interface Function module, as returned by openform_initialise().
Description
You should call this function when your Open Form application is closing - normally when your main window procedure function receives a WM_DESTROY message.
Returns
One of the following numeric values:
1
0
Invalid openform_id.
 
 

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved