OS2 API:WinRegisterObjectClass
From EDM2
Contents |
[edit] WinRegisterObjectClass
- WinRegisterObjectClass(className, moduleName)
- Register a workplace class.
[edit] 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
... PSZ className; PSZ moduleName; BOOL rc; ... rc = WinRegisterObjectClass (className, moduleName); ...
[edit] Related Functions
WinCreateObject WinDeregisterObjectClass WinReplaceObjectClass
[edit] Notes
The DLL must be created using the System Object Model.

