Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,624 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
now I want to use ID2D1DeviceContext5::CreateSvgDocument to create svg document.
and how to get IStream from char *?
I have svg and I do not want to write it to file.