Kernel |
public static class Kernel32Func
The Kernel32Func type exposes the following members.
| Name | Description | |
|---|---|---|
| CopyMemory | Copies memory from one location to another. | |
| GlobalAlloc | Allocates the specified number of bytes from the global heap. | |
| GlobalFree | Frees the specified global memory object. | |
| GlobalLock | Locks a global memory object and returns a pointer to the first byte of the memory block. | |
| GlobalUnlock | Decrements the lock count associated with a memory object. |