Article ID: 242416 - Last Review: July 1, 2004 - Revision: 2.1 How To Enumerate 16-bit Tasks on Window NT Using Visual Basic
This article was previously published under Q242416 On This PageSUMMARY
There may be times when it is necessary to enumerate all of the 16-bit tasks that are running on a Windows NT system. To do this you use the VDMEnumProcessWOW and VDMEnumTaskWOWEx API functions. The MORE INFORMATION section to follow demonstrates how to use these functions within Visual Basic. Note, that it is also necessary to use call back functions to enumerate the 16-bit processes. If you are unfamiliar with the use of callback functions from within Visual Basic, see the article mentioned in the REFERENCES section of this article.
MORE INFORMATIONSteps to Create the Example
REFERENCESAPPLIES TO
| Other Resources Other Support Sites
CommunityGet Help NowArticle Translations |





















Back to the top