makeWindowsString

Given the string str, converts it to a string compatible with the Windows API and puts the result in buffer, returning the slice of buffer actually used. buffer must be at least sizeOfConvertedWstring elements long.

version(Windows)
wchar[]
makeWindowsString

Meta

History

Moved from simpledisplay.d to core.d in March 2023 (dub v11.0).