Share via


SetStdioPathW (Windows CE 5.0)

Send Feedback

This function sets the standard input, output, or error output destination path.

BOOL SetStdioPathW(DWORDid,PWSTRpwszPath );

Parameters

  • id
    [in] Specifies the standard stream, whether it is for input (stdin), output (stdout), or error output (stderr).
  • pwszPath
    [in] Specifies the device driver to which the output is sent. For example, TEL1: specifies the telnet device driver.

Return Values

Returns TRUE if successful. Returns FALSE if not successful.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Pkfuncs.h.
Link Library: Coredll.lib.

See Also

GetStdioPathW

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.