Property of IWScript
Exposes the write-only error output stream for the current script
Read-Only Property of type IWshTextStream
var ppts = WScript.StdErr;
ppts = WScript.StdErr
CComPtr<IWshTextStream> ppts; HRESULT hr = WScript.get_StdErr(&ppts);
IWScript