NdisPrintString (Windows Embedded CE 6.0)

1/6/2010

This function displays a specified string on the debugging window.

Syntax

ULONG NdisPrintString(
  PNDIS_STRING String
);

Parameters

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

Return Value

Returns the number of characters written to the debugging window.

Remarks

This function supplies the equivalent of printf debugging support.

Requirements

Header ndis.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

NDIS Library Functions
NdisInitAnsiString
NdisInitializeString
NdisInitUnicodeString