SaferiIsExecutableFileType (advapi32)
Last changed: lhj(at)larsholm.net-90.184.155.53

.
Summary
TODO - a short description

C# Signature:

[DllImport("advapi32.dll", SetLastError=true, CharSet = CharSet.Unicode)]
static extern bool SaferiIsExecutableFileType(string szFullPath, bool bFromShellExecute);

VB Signature:

Declare Auto Function SaferiIsExecutableFileType Lib "advapi32.dll" (szFullPath as String, bFromShellExecute as Boolean) As Boolean

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation