Share via


SDOutputBuffer (Compact 2013)

3/26/2014

This function prints a buffer to the debugger using 16 bytes per line, and displays the ASCII character representation on each line. If a character is not displayable, a period (.) is used.

Syntax

VOID SDOutputBuffer(
  PVOID pBuffer,
  ULONG BufferSize
);

Parameters

  • pBuffer
    [in] Buffer to be displayed.
  • BufferSize
    [in] Size of the buffer, in bytes.

Return Value

None.

Requirements

Header

sdcardddk.h

Library

sdcardlib.lib

See Also

Reference

Secure Digital (SD) Card Driver Functions