As far as I can tell this repo is full of issues with the use of PWSTR in this library - there needs to be an easier way to get a string to a PWSTR* or some doco on how to do so...
In particular I am using IExplorerCommand which has functions like
unsafe void IExplorerCommand.GetTitle(IShellItemArray psiItemArray, PWSTR* ppszName)
I can't work out the proper way to set the property, the solutions I've found online all have issues
As far as I can tell this repo is full of issues with the use of PWSTR in this library - there needs to be an easier way to get a string to a PWSTR* or some doco on how to do so...
In particular I am using IExplorerCommand which has functions like
I can't work out the proper way to set the property, the solutions I've found online all have issues