CHandle Members

Methods

Attach

Call this method to attach the CHandle object to an existing handle.

CHandle

The constructor.

~CHandle

The destructor.

Close

Call this method to close a CHandle object.

Detach

Call this method to detach a handle from a CHandle object.

Operators

operator HANDLE

Returns the value of the stored handle.

operator =

Assignment operator.

Data Members

m_h

The member variable that stores the handle.

See Also

Reference

CHandle Class