Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "PathIsExe" in [All]

shell32

.
Summary
PathIsExe - Determines whether a file is an executable by examining the file name extension.
.

static extern TODO PathIsExe(TODO);

.

[DllImport("shell32.dll", EntryPoint = "PathIsExeW",  SetLastError = True, CharSet = CharSet.Unicode)]

.

static extern bool PathIsExe([MarshalAs(UnmanagedType.LPWStr)]string szfile);

.

<DllImport("shell32.dll", EntryPoint:="PathIsExeW",  SetLastError:=True, CharSet:=CharSet.Unicode)> _

.

Public Function PathIsExe(<MarshalAs(UnmanagedType.LPWStr)>szfile As String) As <MarshalAs(UnmanagedType.Bool)> Boolean

.

Public Declare Function PathIsExe Lib "shell32" _

.
Documentation
[PathIsExe] on MSDN

 
Access PInvoke.net directly from VS: