Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Send Feedback on this topic to the authors