IMsgrLock::Status Property
Deprecated. Returns the Lock and Key status.
Syntax
HRESULT IMsgrLock::get_Status(LockStatus *peStatus);
Parameters
- peStatus
A pointer to one of the possible values from the LockStatus enumeration, which defines the current Lock and Key status.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The following table lists the error codes returned by this property.
Error Code Meaning E_POINTER The return value did not resolve to one of the LockStatus values. Important IMsgrLock::Status is no longer available in Windows Vista. See Windows Messenger for more information.
See Also
IMsgrLock::SendResponse, IMsgrLock::RequestChallenge, LockStatus, Messenger Session Invite and Messenger Private APIs, Messenger Lock and Key API