Share via


SDOutputBuffer (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Secure Digital Card Driver Functions