EFI_SET_MEM

The SetMem() function fills a buffer with a specified value.

@paramin Buffer The pointer to the buffer to fill. @paramin Size Number of bytes in Buffer to fill. @paramin Value Value to fill Buffer with.

extern (C)
alias EFI_SET_MEM = VOID function
(
void* Buffer
,
UINTN Size
,
UINT8 Value
)
@nogc nothrow

Meta