Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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