30 May
2018
30 May
'18
2:57 a.m.
Alex Henrie <alexhenrie24(a)gmail.com> wrote:
On Mon, May 28, 2018 at 1:55 PM Gijs Vermeulen <gijsvrm(a)gmail.com> wrote:
+ PWSTR DependencyDeviceName; + PWSTR HostVolumeName; + PWSTR DependentVolumeName; + PWSTR DependentVolumeRelativePath;
WCHAR * is generally preferred over PWSTR.
In the public headers it's strongly advised to follow the PSDK types, otherwise compiling with Wine headers may either lead to unpredictable debug information in PE builds or warnings in C++. -- Dmitry.