In file ../../include/war170api.h:

WARAPI_RESULT Warapi_InitializeApi(const WAR_OUT int Version, WAR_IN int *ErrorValue)

Initializes the War API DLL

Documentation

Initializes the War API DLL.

This function must be called for each thread that use the War FTP Daemon API library, prior to using any other functions in the library.

Returns:
WARAPI_CALL_OK if the API was initialized OK.
Parameters:
Version - WAR_API_INTERFACE_VERISON
ErrorValue - A error value to indicate why the operation failed. This value will be WARAPI_ERR_OK if the function succeeded. Possible error values are:
  • WARAPI_ERR_UNSUPPORTED The loaded DLL is not compatible with the API header file you are using.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.