APIGetOffsetByFileExt Method |
Checks if filename contains a known extension for which PhDskMnt knows of a constant offset value. That value can be
later passed as Offset parameter to CreateDevice method.
Namespace:
Arsenal.ImageMounter
Assembly:
Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax public static long GetOffsetByFileExt(
string ImageFile
)
Public Shared Function GetOffsetByFileExt (
ImageFile As String
) As Long
public:
static long long GetOffsetByFileExt(
String^ ImageFile
)
static member GetOffsetByFileExt :
ImageFile : string -> int64
Parameters
- ImageFile
- Type: SystemString
Name of disk image file.
Return Value
Type:
Int64See Also