Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

_BLOCKHEAP Struct Reference
[Block data heap operations]

#include <gdi.h>

Data Fields


Detailed Description

MiniGUI's private block data heap.

See also:
InitBlockDataHeap, DestroyBlockDataHeap

Definition at line 372 of file gdi.h.


Field Documentation

size_t bd_size
 

Size of one block element.

Definition at line 380 of file gdi.h.

int free
 

The first free element in the heap.

Definition at line 388 of file gdi.h.

void* heap
 

Pointer to the pre-allocated heap.

Definition at line 392 of file gdi.h.

size_t heap_size
 

Size of the heap in blocks.

Definition at line 384 of file gdi.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jun 26 14:21:35 2006 for MiniGUI V2.0.3 API Reference by  doxygen 1.4.2