OS2 API:WinSetObjectData

From EDM2

Jump to: navigation, search

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

Cdecl32

[edit] Example Code

...
HOBJECT  hobj;
PSZ          setupString;
BOOL        rc;
...
rc = WinSetObjectData (hobj, setupString);
...

[edit] Related Functions

WinCreateObject WinDestroyObject

[edit] Notes

[edit] OS Version Introduced

Personal tools