Desktop Functions: Smart Device Functions:
|
Search Results for "LockResource" in [All]kernel321: LockResource
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); |