Click or drag to resize

Kernel32Func Class

Provides unmanaged Kernel32 function imports.
Inheritance Hierarchy
SystemObject
  Altaxo.UnmanagedApi.Kernel32Kernel32Func

Namespace: Altaxo.UnmanagedApi.Kernel32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static class Kernel32Func

The Kernel32Func type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCopyMemory Copies memory from one location to another.
Public methodStatic memberGlobalAlloc Allocates the specified number of bytes from the global heap.
Public methodStatic memberGlobalFree Frees the specified global memory object.
Public methodStatic memberGlobalLock Locks a global memory object and returns a pointer to the first byte of the memory block.
Public methodStatic memberGlobalUnlock Decrements the lock count associated with a memory object.
Top
See Also