Desktop Functions: Smart Device Functions:
|
Search Results for "PathRemoveExtension" in [All]shlwapi
[DllImport("shlwapi.dll", EntryPoint = "PathRemoveExtensionW", SetLastError = True, CharSet= CharSet.Unicode)]
static extern void PathRemoveExtension([MarshalAs(UnmanagedType.LPTStr)]System.Text.StringBuilder pszFile);
<DllImport("shlwapi.dll", EntryPoint:="PathRemoveExtensionW", SetLastError:=True, CharSet:=CharSet.Unicode)> _
Public Sub PathRemoveExtension(<MarshalAs(UnmanagedType.LPTStr)>pszFile As System.Text.StringBuilder)
Public Declare Sub PathRemoveExtension Lib "shlwapi" Alias "PathRemoveExtensionA" _
Win32.API.Shlwapi.PathRemoveExtension(strFile) |