G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.messenger (More info?)

Does anyone know the API to get the version of Messenger?
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.messenger (More info?)

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" <anonymous@discussions.microsoft.com> wrote in message
news:1e3c01c49a64$fa4046a0$a501280a@phx.gbl...
> Does anyone know the API to get the version of Messenger?
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.messenger (More info?)

>-----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" <anonymous@discussions.microsoft.com> wrote in
message
>news:1e3c01c49a64$fa4046a0$a501280a@phx.gbl...
>> Does anyone know the API to get the version of
Messenger?
>
>
>.
>