This topic has not yet been rated - Rate this topic

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.