OS2 API:WinSetObjectData
From EDM2
Contents |
[edit] WinSetObjectData
- WinSetObjectData(objectHndl, setupString)
- Set the data on a workplace shell object.
[edit] Parameters
- objectHndl - HOBJECT - input
- The object handle.
- setupString - PSZ - input
- Object specific parameters.
[edit] Constants
[edit] Returns
This function returns a BOOL with the values of:
[edit] Module
[edit] Define (C/C++)
INCL_WINWORKPLACE
[edit] Export name/Ordinal
[edit] Calling conversion
[edit] Example Code
... HOBJECT hobj; PSZ setupString; BOOL rc; ... rc = WinSetObjectData (hobj, setupString); ...
[edit] Related Functions
WinCreateObject WinDestroyObject

