Shgetlasterror, Shgetdllproperties, Arguments returns – Bird Technologies SignalHawk User Manual
Page 20

Bird Technologies
8
shGetLastError
This function returns information about the most recent error encountered
by the API. Use this function to get a text string description of the error.
int BIRD_SH_API shGetLastError(shErrorData* Error);
Arguments
Error Pointer to a data structure of type shErrorData.
Returns
Returns an error code indicating the status of the operation:
shGetDllProperties
This function returns information about the PC Hawk API.
int BIRD_SH_API shGetDllProperties(
shDllProperties_t* DllProperties
);
Arguments
Returns
Returns an error code indicating the status of the operation:
ERROR_SUCCESS
Initialization was successful.
SH_ERROR_INVALID_
ARGUMENT
One or more of the arguments was not
valid.
DllProperties
Pointer to a structure of type
shDllProperties_t that will be used to
return information about the DLL
version.
ERROR_SUCCESS
Initialization was successful.
SH_ERROR_INVALID_
ARGUMENT
One or more of the arguments was not
valid.