AfxOleUnlockApp

 

Decrements the framework's count of active objects in the application.

Syntax

void AFXAPI AfxOleUnlockApp( );

Remarks

See AfxOleLockApp for further information.

When the number of active objects reaches zero, AfxOleOnReleaseAllObjects is called.

Example

See the example for AfxOleLockApp.

Requirements

Header: <afxdisp.h>

See Also

MFC Macros and Globals
AfxOleLockApp
CCmdTarget::OnFinalRelease