IRunnableObjectImpl::LockRunning

Locks the control into the running state.

HRESULT LockRunning( 
   BOOL fLock,
   BOOL fLastUnlockCloses  
);

Return Value

The ATL implementation returns S_OK.

Remarks

See IRunnableObject::LockRunning in the Windows SDK.

Requirements

Header: atlctl.h

See Also

Reference

IRunnableObjectImpl Class