Added FLMEXP and FLMAPI to exported APIs.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@112 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -557,8 +557,6 @@ Transmission_Error:
|
||||
}
|
||||
|
||||
/*API~***********************************************************************
|
||||
Name : FlmCursorValidate
|
||||
Area : CURSOR
|
||||
Desc : Validates the selection criteria of a cursor.
|
||||
Notes: It is not necessary to explicitly validate the selection criteria
|
||||
through a call to this routine. FLAIM will automatically attempt
|
||||
@@ -568,7 +566,7 @@ Notes: It is not necessary to explicitly validate the selection criteria
|
||||
before calling cursor routines which will make use of it.
|
||||
Ret: FERR_CURSOR_SYNTAX - The selection criteria contains a syntax error
|
||||
*END************************************************************************/
|
||||
RCODE FlmCursorValidate(
|
||||
FLMEXP RCODE FLMAPI FlmCursorValidate(
|
||||
HFCURSOR hCursor
|
||||
// [IN] Handle to a cursor.
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user