RPC for detecting Windows 64 bit OS
Tech-Archive recommends: Fix windows errors by optimizing your registry
Hi,
I am trying to detect if a remote machine has 64bit Windows OS or not.
Based on the detection results, I would like to copy the corresponding
native binaries (either 32 or 64 bit) for my application onto that machine.
I know there is IsWow64Process api but the process using this api has to be
run on the machine.
In other words, this API cannot be called from a remote machine.
Therefore, I would like to know if there is any special registry key or
service that are exclusive to Windows 64 bit OS?
If that is the case, I can use the remote registry APIs or SCM APIs to
connect to the machine & query the appropriate keys or services.
Thanks.
.
Relevant Pages
- Re: RPC for detecting Windows 64 bit OS
... I am trying to detect if a remote machine has 64bit Windows OS or not. ... I know there is IsWow64Process api but the process using this api has to ... I can use the remote registry APIs or SCM APIs to ... (microsoft.public.win32.programmer.kernel) - Re: RPC for detecting Windows 64 bit OS
... I am trying to detect if a remote machine has 64bit Windows OS or not. ... I know there is IsWow64Process api but the process using this api has to ... I can use the remote registry APIs or SCM APIs to ... (microsoft.public.win32.programmer.kernel) - Re: RPC for detecting Windows 64 bit OS
... I am trying to detect if a remote machine has 64bit Windows OS or not. ... I know there is IsWow64Process api but the process using this api has to be run on the machine. ... I would like to know if there is any special registry key or service that are exclusive to Windows 64 bit OS? ... I can use the remote registry APIs or SCM APIs to connect to the machine & query the appropriate keys or services. ... (microsoft.public.win32.programmer.kernel) - Re: newbe about API
... Emne: Re: newbe about API ... > I found all these API-CALL strings are finally compiled to ... more than that...and Windows simply takes this to an extreme that this ... DLL, when a weak point is found (which, with Microsoft, is something ... (alt.lang.asm) - Re: In the Shallow End
... When a document claims how an API is supposed to be used and then gives the user examples that actually work, ... Vague in your instance means you have no context to VMS or UNIX of that era. ... Windows offers lots of this stuff. ... That's why Apple had to dump a whole paradigm to plunge ahead and take the lead. ... (comp.sys.mac.advocacy) |
|