Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The FNFCIALLOC provides the declaration for the application-defined callback function to allocate memory within an FCI context.
Syntax
void FNFCIALLOC(
fn
);
Parameters
fn
The number of bytes to allocate.
Return value
None
Remarks
The function accepts parameters similar to malloc.
Examples
FNFCIALLOC(fnMemAlloc)
{
return malloc(cb);
}
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | fci.h |