SDOutputBuffer (Windows CE 5.0)
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.
VOID SDOutputBuffer(PVOIDpBuffer,
ULONGBufferSize);
Parameters
- pBuffer
[in] Buffer to be displayed. - BufferSize
[in] Size of the buffer, in bytes.
Return Values
None.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Sdcardddk.h.
Link Library: Sdcardlib.lib.
See Also
Secure Digital Card Driver Functions
Send Feedback on this topic to the authors