Thanks,
Jay
(patelj27b at gmail dot com)
HelloI am trying to convert the following?The Codestd::string* ChkName;GlobalInterfacePtr->MethodA(p...
By karthik_t_gmail_com
Hi AllI have one query, and need urgent help here. It is related with WindowsAddressBook(WAB). Suppo...
By hbb
Hi,I have written a method to convert a managed string to anunmanaged string in C++. However, I am j...
By tommy
I am working on a function that displays all related names when the userentering name. For now, I on...
By anhtruong
Hi all,MyClass Instance = NULL;Instance = new MyClass();and 'new' throws an exception.is the value o...
By brunovandooren, 3 Comments
HelloI am trying to convert the following?The Codestd::string* ChkName;GlobalInterfacePtr->MethodA(p...
By karthik_t_gmail_com, 6 Comments
HII have an Exe file when it runs ,there are just two controls on thewindow.One is a ListBox and ano...
By crimemaster, 3 Comments
I have a managed C++ project that contains a simple structure:struct{<multiple members>} mydata;I...
By petersteele, 2 Comments
Error 2 error C2872: 'IDataObject' : ambiguous symbol C:\Archivos deprograma\Microsoft Visual Studio...
By rick, 1 Comments
"Jay" <patelj27b...gmail.comwrote in message
news:1161878064.614969.80020...m73g2000cwd.googlegro ups.com...
Is it possible to get an unique identifier for a desktop that a
particular app is running from, from a service? If there are two
How are you identifying a "particular app"? By .exe name? By window title?
OpenInputDesktop, or else EnumDesktops and EnumDesktopWindows should let you
find a desktop handle for the desktop. Then
GetUserObjectInformation can get you the unique name.
locked, the other is in use) then the service should have different
values for each one.
>
Thanks,
Jay
(patelj27b at gmail dot com)
>
benvoigt | Thurs, 03 Jan 2008 17:26:00 GMT |
Mr. Voigt,
I am going to be identifying the particular app by .exe name,
which I can find, in turn, the Process ID.
-Jay
Ben Voigt wrote:
news:1161878064.614969.80020...m73g2000cwd.googlegro ups.com...
Is it possible to get an unique identifier for a desktop that a
particular app is running from, from a service? If there are two
>
How are you identifying a "particular app"? By .exe name? By window title?
>
OpenInputDesktop, or else EnumDesktops and EnumDesktopWindows should let you
find a desktop handle for the desktop. Then
GetUserObjectInformation can get you the unique name.
>
locked, the other is in use) then the service should have different
values for each one.
Thanks,
Jay
(patelj27b at gmail dot com)
jay | Thurs, 03 Jan 2008 17:27:00 GMT |
Mr. Voigt,
Also, if the calling process is a service process, can it get the
input desktop handle from Open InputDesktop? Would it have the correct
window station?
-Jay
Jay wrote:
I am going to be identifying the particular app by .exe name,
which I can find, in turn, the Process ID.
>
-Jay
>
Ben Voigt wrote:
news:1161878064.614969.80020...m73g2000cwd.googlegro ups.com...
Is it possible to get an unique identifier for a desktop that a
particular app is running from, from a service? If there are two
How are you identifying a "particular app"? By .exe name? By window title?
OpenInputDesktop, or else EnumDesktops and EnumDesktopWindows should let you
find a desktop handle for the desktop. Then
GetUserObjectInformation can get you the unique name.
locked, the other is in use) then the service should have different
values for each one.
>
Thanks,
Jay
(patelj27b at gmail dot com)
>
jay | Thurs, 03 Jan 2008 17:28:00 GMT |