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 "Module32First" in [All]

kernel32

.
Summary
.

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

.

        if (!Module32First(snapshot, ref mod))

.
Documentation
[Module32First] on MSDN
.

    if (!Module32First(snapshot, ref mod))

.

See Module32First or Module32Next


 
Access PInvoke.net directly from VS: