Desktop Functions: Smart Device Functions:
|
Search Results for "GetBinaryType" in [All]kernel32
Private Shared Function GetBinaryType( _
static extern bool GetBinaryType(string lpApplicationName,
PowerShell wrapper around the GetBinaryType Windows API that inspects file headers
Inspiration: http://pinvoke.net/default.aspx/kernel32/GetBinaryType.html
public static extern bool GetBinaryType(
$Result = [Win32Utils.BinaryType]::GetBinaryType($Item.FullName, [ref] $ReturnedType) |