NdisPrintString

ULONG
NdisPrintString(
PNDIS_STRING String
);

NdisPrintString displays a given string on the debugging window.

Parameters

String

Points to a counted string in the system default character set.

Return Value

NdisPrintString returns the number of characters written to the debugging window.

Comments

NdisPrintString supplies the equivalent of printf debugging support.

For more information about debugging, see the Programmer's Guide.

See Also

NdisMCreateLog, NdisInitAnsiString, NdisInitializeString, NdisInitUnicodeString