Desktop Functions: Smart Device Functions:
|
Search Results for "SizeofResource" in [All]kernel321: LockResource
[DllImport("Kernel32.dll", EntryPoint = "SizeofResource", SetLastError = true)]
private static extern uint SizeofResource(IntPtr hModule, IntPtr hResource);
uint resSize = SizeofResource(IntPtr.Zero, resH1); |