Initializing help system before first use

setErrCtrl Method

Set the error flag control.

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 4.8.14.0
Syntax
C#
VB
public int setErrCtrl(
	int flag
)

Parameters

flag
Type:  SystemInt32
The error control flag.

Return Value

Type:  Int32
0 on success, 1 otherwise.
Examples
xbexpl3.cs in the User's Guide Examples folder.
See Also