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

kernel32

.
Summary
.

static extern IntPtr LockResource(IntPtr hResData);

.

Private Shared Function LockResource(hResData As IntPtr) As IntPtr

.

      pResource = LockResource(hResource);

.

    [DllImport("Kernel32.dll", EntryPoint = "LockResource")]

.

    private static extern IntPtr LockResource(IntPtr hGlobal);

.

    IntPtr resH3 = LockResource(resH2);

.
Documentation
[LockResource] on MSDN

 
Access PInvoke.net directly from VS: