Usage of OSCall>>#getFileVersionInfoSize:lpdwHandle: ?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Usage of OSCall>>#getFileVersionInfoSize:lpdwHandle: ?

Noschvie
Has anybody an example for the usage of OSCall>>#getFileVersionInfoSize:lpdwHandle: to get the version info of a Windows DLL file ?

Thanks in advance!
Norbert

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: Usage of OSCall>>#getFileVersionInfoSize:lpdwHandle: ?

Seth Berman
Hello Norbert,

I have attached a utility application I wrote for some customers who wanted to get a lot of the same information that
you would get from Windows Task Manager.

I will be putting this up on the goodies section of our site after I work with it some more, but in the meantime it has
an example of how to use this API.  Just browse senders of your selector and you'll find it.

The class side of ProcessInfoExample has a few different queries you can try.  This will allow you to put a breakpoint in the method
that uses getFileVersionInfoSize so you can see how it works.


- Seth



On Thursday, August 30, 2018 at 6:53:57 AM UTC-4, Norbert Schlemmer wrote:
Has anybody an example for the usage of OSCall>>#getFileVersionInfoSize:lpdwHandle: to get the version info of a Windows DLL file ?

Thanks in advance!
Norbert

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.

processInfoExample.zip (64K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Usage of OSCall>>#getFileVersionInfoSize:lpdwHandle: ?

Noschvie
In reply to this post by Noschvie
Perfect! Thanks Seth

Am Donnerstag, 30. August 2018 12:53:57 UTC+2 schrieb Norbert Schlemmer:
Has anybody an example for the usage of OSCall>>#getFileVersionInfoSize:lpdwHandle: to get the version info of a Windows DLL file ?

Thanks in advance!
Norbert

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.