Bagikan melalui


CHandle::Close

Call this method to close a CHandle object.

void Close( ) throw( );

Remarks

Closes an open object handle. If the handle is NULL, which will be the case if Close has already been called, an ATLASSERT will be raised in debug builds.

Requirements

Header: atlbase.h

See Also

Reference

CHandle Class

CHandle::~CHandle