BASS.NET API for the Un4seen BASS Audio Library

UtilsDMAZeroMemory Method

BASS.NET API for the Un4seen BASS Audio Library
DMA (kernel32.dll) - The ZeroMemory macro fills a block of memory with zeros.

Namespace:  Un4seen.Bass
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public static void DMAZeroMemory(
	IntPtr destination,
	long length
)

Parameters

destination
Type: SystemIntPtr
Pointer to the starting address of the block of memory to fill with zeros.
length
Type: SystemInt64
Size of the block of memory to fill with zeros, in bytes.
Remarks

CAUTION: This method makes a direct call to the windows kernel.dll - you can crash everything when using it in a wrong way!

See Also

Reference