PDA

View Full Version : API


cologeno
September 14th 04, 03:13 PM
Does anyone know the API to get the version of Messenger?

Mark Dormer
September 14th 04, 05:31 PM
Used to retrieve the Messenger client version and client locale ID (LCID).

Syntax

typedef enum {
MMESSENGERPROP_VERSION = 0,
MMESSENGERPROP_PLCID = 1
} MMESSENGERPROPERTY;
Constants

MMESSENGERPROP_VERSION
Used to retrieve the Messenger client version.

MMESSENGERPROP_PLCID
Used to retrieve the LCID of the Messenger client.

Enumerated Type Information

Header and IDL files msgrua.h, msgrua.idl


http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winmessenger/winmessenger/messenger_entry.asp

Regards
Mark Dormer
"cologeno" > wrote in message
...
> Does anyone know the API to get the version of Messenger?

September 15th 04, 02:40 PM
>-----Original Message-----
>Used to retrieve the Messenger client version and client
locale ID (LCID).
>
>Syntax
>
>typedef enum {
> MMESSENGERPROP_VERSION = 0,
> MMESSENGERPROP_PLCID = 1
>} MMESSENGERPROPERTY;
>Constants
>
> MMESSENGERPROP_VERSION
> Used to retrieve the Messenger client version.
>
> MMESSENGERPROP_PLCID
> Used to retrieve the LCID of the Messenger client.
>
>Enumerated Type Information
>
> Header and IDL files msgrua.h, msgrua.idl
>
>
> http://msdn.microsoft.com/library/default.asp?
url=/library/en-
us/winmessenger/winmessenger/messenger_entry.asp
>
> Regards
> Mark Dormer
>"cologeno" > wrote in
message
...
>> Does anyone know the API to get the version of
Messenger?
>
>
>.
>

September 15th 04, 02:40 PM
Thanks
>-----Original Message-----
>Used to retrieve the Messenger client version and client
locale ID (LCID).
>
>Syntax
>
>typedef enum {
> MMESSENGERPROP_VERSION = 0,
> MMESSENGERPROP_PLCID = 1
>} MMESSENGERPROPERTY;
>Constants
>
> MMESSENGERPROP_VERSION
> Used to retrieve the Messenger client version.
>
> MMESSENGERPROP_PLCID
> Used to retrieve the LCID of the Messenger client.
>
>Enumerated Type Information
>
> Header and IDL files msgrua.h, msgrua.idl
>
>
> http://msdn.microsoft.com/library/default.asp?
url=/library/en-
us/winmessenger/winmessenger/messenger_entry.asp
>
> Regards
> Mark Dormer
>"cologeno" > wrote in
message
...
>> Does anyone know the API to get the version of
Messenger?
>
>
>.
>

Google