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

kernel32

.

    [DllImport("Kernel32.dll", EntryPoint = "SizeofResource", SetLastError = true)]

.

    private static extern uint SizeofResource(IntPtr hModule, IntPtr hResource);

.

    uint resSize = SizeofResource(IntPtr.Zero, resH1);

.
Summary
.

static extern uint SizeofResource(IntPtr hModule, IntPtr hResInfo);

.

Private Shared Function SizeofResource(hModule As IntPtr, hResInfo As IntPtr) As UInteger

.
Documentation
[SizeofResource] on MSDN

 
Access PInvoke.net directly from VS: