Chapter 9 X Property Library
© National Instruments Corporation 9-29 LabWindows/CVI Standard Libraries
PutXWindowPropertyValue
PropLibXErrType status = PutXWindowPropertyValue (DisplayPtrX display,
WindowX window, PropertyHandleX property,
unsigned int numberofItems, int mode,
void *propertyValue);
Purpose
This function stores the supplied value with the property on the window.
To store a single property item, you can use the function PutXWindowPropertyItem.
Parameters
Input display DisplayPtrX A pointer to the display of the X server to
which the window belongs.
window WindowX The window on which the property value is to
be stored.
property PropertyHandleX Handle of the property to be stored. This
value must have been obtained with
CreateXProperty.
numberofItems unsigned integer Number of property items to store on the
window.
mode integer Mode in which property value is stored.
propertyValue generic pointer Property value to be stored on the window.
This parameter must be an array of size N by M
bytes, where N is the size of a property item,
and M is the number of items to be written.