Share via


NdisPrintString (Windows CE 5.0)

Send Feedback

This function displays a specified string on the debugging window.

ULONG NdisPrintString(PNDIS_STRING String);

Parameters

  • String
    [in] 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.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.

See Also

NdisInitAnsiString | NdisInitializeString | NdisInitUnicodeString

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.