CmtSetTSQAttribute
int CmtSetTSQAttribute (CmtTSQHandle queueHandle, int attributeID, ...);
Purpose
Sets the value of thread safe queue attributes.
Parameters
| Input | ||
| Name | Type | Description |
| queueHandle | CmtTSQHandle | The handle you obtained from CmtNewTSQ to identify the thread safe queue. |
| attributeID | int | The ID of a thread safe queue attribute. |
| attributeValue | ... | The value to which you want to set the attribute. |
Return Value
| Name | Type | Description |
| cmtStatus | int | The CmtStatus code that the function call returns. This function returns 0 to indicate success and negative values to indicate failure. Pass the CmtStatus code to CmtGetErrorMessage to get a description of the error code. |
Additional Information
Library: Utility Library
Include file: utility.h
LabWindows/CVI compatibility: LabWindows/CVI 5.5 and later