Share via


DMsgrSessionManagerEvents::OnLockStatusChanged Event

Deprecated. Fires when the lock status changes.

Syntax

void OnLockStatusChanged(      
    LockStatus eStatus
);

Parameters

  • eStatus
    [in] Varible of type LockStatus that contains the value of the new lock status.

Return Value

No return value.

Event DISPID

DISPID_ONLOCKSTATUSCHANGED

The DISPID for this event is defined in mdispid.h. Use this value to identify the event handler when implementing IDispatch::Invoke.

Remarks

Important  DMsgrSessionManagerEvents::OnLockStatusChanged is no longer available in Windows Vista. See Windows Messenger for more information.

See Also

LockStatus