Program Listing for File mem.idl#
↰ Return to documentation for file (interfaces\mem.idl
)
#include "core.idl"
module sdv
{
module core
{
local interface IMemoryAlloc
{
pointer<uint8> Allocate(in uint32 uiLength);
};
};
};