Click or drag to resize

Kernel32Func Methods

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