NdisPrintString

This function displays a specified string on the debugging window.

At a Glance

Header file: Ndis.h
Windows CE versions: 2.0 and later

Syntax

ULONG NdisPrintString( PNDIS_STRING String );

Parameters

String
Pointer to a counted string in the system default character set.

Return Values

Returns the number of characters written to the debugging window.

Remarks

This function supplies the equivalent of printf debugging support.

See Also

NdisInitAnsiString, NdisInitializeString, NdisInitUnicodeString