Поделиться через


CHandle::Close

Call this method to close a CHandle object.

void Close( ) throw( );

Заметки

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.

Требования

Header: atlbase.h

См. также

Основные понятия

CHandle Class

CHandle Members

CHandle::~CHandle