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

kernel32

.

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

.

See struct MODULEENTRY32

.

        MODULEENTRY32 mod = new MODULEENTRY32() { dwSize = (uint)Marshal.SizeOf(typeof(MODULEENTRY32)) };

.

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

.

See struct MODULEENTRY32

.

    MODULEENTRY32 mod = new MODULEENTRY32() { dwSize = (uint)Marshal.SizeOf(typeof(MODULEENTRY32)) };

.
Summary
.

    public struct MODULEENTRY32

.
Documentation
[MODULEENTRY32] on MSDN

 
Access PInvoke.net directly from VS: