SysMemSetΒΆ
This function of type DWORD can be used to initialize a memory location with a defined value. It will return the address of the destination buffer.
| Variable | Data Type | Description |
|---|---|---|
| dwDest | DWORD | Pointer to the address of the memory location which should be initialized |
| bCharacter | BYTE | Character or numeric value with which the memory location should be initialized |
| dwCount | DWORD | Number of memory locations in bytes |