11-09-2013, 03:30 PM
Hello Gintaras,
this one is for you, as I guess you're the only one who can answer.
I'd like to use a function from Shlwapi.dll
BOOL PathMakeSystemFolder(
_In_ LPTSTR pszPath
);
WinFunctions in QM contains some, but seems read-only.
I tried this in a macro but always get 0 as result, so i think this code is wrong.
1.What is the correct way how to use it?
2. is the way you give available for any dll?
Thanks.
this one is for you, as I guess you're the only one who can answer.
I'd like to use a function from Shlwapi.dll
BOOL PathMakeSystemFolder(
_In_ LPTSTR pszPath
);
WinFunctions in QM contains some, but seems read-only.
I tried this in a macro but always get 0 as result, so i think this code is wrong.
1.What is the correct way how to use it?
2. is the way you give available for any dll?
Thanks.