DS_GetLibraryErrorString
- Updated2023-02-21
- 1 minute(s) read
void DS_GetLibraryErrorString (HRESULT returnValueErrorCode, char errorBuffer[], unsigned int errorBufferSize);
Purpose
Returns an error string that describes the error code returned by one of the DataSocket Library functions.
Parameters
| Input | ||
| Name | Type | Description |
| returnValueErrorCode | HRESULT | An error code returned by one of the DataSocket Library functions. |
| errorBufferSize | unsigned int | The size in bytes of the buffer passed in the errorBuffer parameter. |
| Output | ||
| Name | Type | Description |
| errorBuffer | char [] | A buffer that is filled in with the error string. |
Return Value
None.
Additional Information
Library: DataSocket Library
Include file: datasock\dataskt.h
LabWindows/CVI compatibility: LabWindows/CVI 5.5 and later