#include <wefts_os_windows.h>
Inheritance diagram for Wefts::OSSpecificDataWindows:


Public Methods | |
| OSSpecificDataWindows () throw ( InitError ) | |
| Prepares the internal data. | |
| ~OSSpecificDataWindows () | |
| Destroys the internal data. | |
| void * | data () const |
| Get the specific data. | |
| void | data (const void *dt) |
| Set the specific data. | |
Private Attributes | |
| DWORD | m_data |
|
|
Prepares the internal data.
|
|
|
Destroys the internal data. In a well designed application this should make no sense at all, but anyway we provide it. |
|
|
Set the specific data.
Implements Wefts::OSSpecificDataBase. |
|
|
Get the specific data.
Implements Wefts::OSSpecificDataBase. |
|
|
|
1.2.18