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.
See Implementation
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.