Skip to content

I need to learn with WinAPI.... #383

Closed Answered by DeafMan1983
DeafMan1983 asked this question in Q&A
Discussion options

You must be logged in to vote

Yeaaahh I am very excited to my own UTF16 converter :D

I would like to support your own char* - string converter

I give you nice own 3 functions for CharPointerToString(), StringToCharPointer() and CharPointerLength()

Please do not forget to put my credit!
And It works fine like String UTF8 to CharPointer UTF16

See Nuget Package DeafMan1983.Utilities PS Please remove my copyrighted sourtce thank you!

For Example I have replaced fixed statements to normal converter-functions

namespace WinAPP;

using static DeafMan1983.Utilities.UtilitiesForUTF16;
using TerraFX.Interop.Windows;
using static TerraFX.Interop.Windows.Windows;
using static TerraFX.Interop.Windows.WM;
using static TerraFX.Interop.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@tannergooding
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by DeafMan1983
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants