Share via


IMsgrSession::Flags Property

Deprecated. Retrieves a value that indicates the session flags.

Syntax

HRESULT IMsgrSession::get_Flags(LONG *plFlags);

Parameters

  • plFlags
    Pointer to a variable of type LONG that returns one or more of the values in the SESSION_FLAGS enumeration.

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_INVALIDARG The parameter passed to the property was not valid.

Important  IMsgrSession::Flags is no longer available in Windows Vista. See Windows Messenger for more information.

See Also

SESSION_FLAGS, Messenger Session Invite and Messenger Private APIs, Messenger Lock and Key API