<< Previous | Next >>

OSMemGet

void * OSMemGet( OS_MEM * pmem, INT8U * err );

Description

Gets a memory block from the specified partition.

Parameters

pmem
Pointer to partition's memory control block

err
Pointer to variable containing an error message

Return value

Pointer to a memory block or a null pointer if an error condition is detected.

Library

UCOS2.LIB

See also

OSMemCreate, OSMemPut, OSMemQuery


Dynamic C Functions << Previous | Next >> rabbit.com