Share via


IMessenger3::Property Property

Deprecated. get_Property retrieves the Messenger client version and the locale ID (LCID). put_Property is reserved. Do not use.

Syntax

HRESULT IMessenger3::get_Property(MMESSENGERPROPERTY ePropType, VARIANT *pvPropVal);
HRESULT IMessenger3::put_Property(MMESSENGERPROPERTY ePropType, VARIANT vPropVal);

Parameters

  • ePropType
    For get_Property, a MMESSENGERPROPERTY constant value. For put_Property, reserved. Do not use.
  • pvPropVal
    A pointer to a VARIANT that contains the property value. (Variant type differs depending on the property being set or retrieved.)
  • ePropType
    For get_Property, a MMESSENGERPROPERTY constant value. For put_Property, reserved. Do not use.
  • vPropVal
    Reserved. Do not use. A VARIANT used to set the property value. (Variant type differs depending on the property being set or retrieved.)

Return Value

Returns one of the following values:

S_OK Success.
E_INVALIDARG For get_Property, ePropType is out of range (not within MMESSENGERPROPERTY range). For put_Property, E_INVALIDARG is returned in all cases. This method is reserved.
RPC_X_NULL_REF_POINTER pvPropVal is a NULL pointer.

Remarks

The following table contains the country code, LCID, code pate, and language supported by Messenger.

Country Code LCID (Hexadecimal) Code Page (Decimal) Language
EN 0x0409 1252 English
DE 0x0407 1252 German
JA 0x0411 932 Japanese
KO 0x0412 949 Korean
TW 0x0404 950 Traditional Chinese (Taiwan)
CN 0x0804 936 Simplified Chinese (PRC)
FR 0x040c 1252 French
ES 0x0c0a 1252 Spanish
SV 0x041d 1252 Swedish
IT 0x0410 1252 Italian
NO 0x0414 1252 Norwegian
BR 0x0416 1252 Brazilian
NL 0x0413 1252 Dutch
DA 0x0406 1252 Danish
FI 0x040b 1252 Finnish
PT 0x0816 1252 Portuguese
CS 0x0405 1250 Czech
PL 0x0415 1250 Polish
HU 0x040e 1250 Hungarian
RU 0x0419 1251 Russian
tr 0x041f 1254 Turkish
EL 0x0408 1253 Greek
SK 0x041b 1250 Slovak
SL 0x0424 1250 Slovenian
AR 0x0401 1256 Arabic
HE 0x040d 1255 Hebrew

Important  IMessenger3::Property is no longer available in Windows Vista. See Windows Messenger for more information.