Skip to content
⌘ NSIS Forum Archive

Trouble with System::Call

4 posts

ogden_ogly#

Trouble with System::Call

I am trying to access the "PathIsNetworkPath" from shlwapi.dll...I am not having much success:

System::Call 'shlwapi32::PathIsNetworkPathA(t "T:\") i .r0 ?e'
Pop $R1

Any hints would be appreciated.

---- http://msdn2.microsoft.com/en-us/library/bb773640.aspx
Minimum DLL Version shlwapi.dll version 5.0 or later

BOOL PathIsNetworkPath(
LPCTSTR pszPath
);