VOID
TapeClassZeroMemory(
IN OUT PVOID Buffer,
IN ULONG BufferSize
);
TapeClassZeroMemory fills a buffer with zeros.
A tape miniclass driver calls TapeClassZeroMemory to zero a buffer in a portable way. A miniclass driver must use TapeClassZeroMemory to clear the TAPE_INIT_DATA structure and CDBs before it uses them.
DriverEntry of Tape Miniclass Driver