nn::os::HandleObject Classclass HandleObject : private ADLFireWall::NonCopyable
Abstract base class that represents an object managed by the OS.
Objects are actually created either in the constructor of a derived class or in a class-specific initialization function. To destroy an object, call the derived class-specific destruction function. If the destruction function was not called explicitly, the object will be destroyed automatically by the destructor in most classes.
This class cannot be instantiated directly.
GetHandle
|
Gets a handle. | |
|---|---|---|
IsValid
|
Returns whether an object is valid. | |
| protected |
HandleObject
|
Constructor. |
| protected |
~HandleObject
|
Destructor. |
| protected |
SetHandle
|
Sets a handle. |
| protected |
Close
|
Closes a handle. |
ADLFireWall::NonCopyable
nn::os::HandleObject
CONFIDENTIAL