GetStdioPathW (Windows CE 5.0)
This function retrieves the name of the device driver being used for a standard input, output, or error output operation.
BOOL GetStdioPathW(DWORDid,PWSTRpwszBuf,LPDWORDlpdwLen );
Parameters
id
[in] Specifies the standard stream.The following table shows the possible values for this parameter.
Value Description 0 Input 1 Output 2 Error output pwszBuf
[out] Specifies the buffer that returns the name of the device driver being written to, read from, or being sent an error output.lpdwLen
[in] Specifies the length of the buffer.
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