You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WriteConsole has an output argument, lpNumberOfCharsWritten, that receives the number of UTF-16 codeunits that were actually written. If so, should I always call WriteConsole in a loop? I don't know if calling WriteConsole just one time can result in partial output.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
WriteConsole has an output argument,
lpNumberOfCharsWritten
, that receives the number of UTF-16 codeunits that were actually written. If so, should I always callWriteConsole
in a loop? I don't know if callingWriteConsole
just one time can result in partial output.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions