Desktop Functions: Smart Device Functions:
|
Search Results for "PathIsHTMLFile" in [All]shlwapi
[DllImport("shlwapi.dll", EntryPoint = "PathIsHTMLFileW", SetLastError = True, CharSet = CharSet.Unicode)]
static extern bool PathIsHTMLFile([MarshalAs(UnmanagedType.LPTStr)]string pszFile);
<DllImport("shlwapi.dll", EntryPoint:="PathIsHTMLFileW", SetLastError:=True, CharSet:=CharSet.Unicode)> _
Public Function PathIsHTMLFile(<MarshalAs(UnmanagedType.LPTStr)>pszFile As String) As <MarshalAs(UnmanagedType.Bool)> Boolean
Public Declare Function PathIsHTMLFile Lib "shlwapi" _ |