Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Adding a dll function to QM
#1
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.

Code:
Copy      Help
dll Shlwapi.dll #PathMakeSystemFolder @*pszPath
_i=PathMakeSystemFolder(@dest)

1.What is the correct way how to use it?
2. is the way you give available for any dll?

Thanks.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)