Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "Module32Next" in [All]

kernel32

.

        while (Module32Next(snapshot, ref mod));

.
Summary
.

static extern bool Module32Next(IntPtr hSnapshot, ref MODULEENTRY32 lpme);

.

    while (Module32Next(snapshot, ref mod));

.
Documentation
[Module32Next] on MSDN
.

See Module32First or Module32Next


 
Access PInvoke.net directly from VS: