[][src]Module fenestroj::winbase

Basic elements of windows (there's a few modules like this really).

Enums

LocalAllocFlags

The flags that can be used with local_alloc

Functions

local_alloc

Allocates bytes from the heap. High overhead.

local_flags

Flag info about this local handle.

local_free

Frees/invalidates a Local memory handle.

local_handle

Gets the local handle associated with the specified pointer to a local memory object.

local_lock

Locks a local handle and gets the address to its actual memory.

local_realloc

Changes the size or the attributes of a specified local memory object.

local_size

Checks the size of the allocation for this local handle.

local_unlock

Unlocks a local handle.