NativeFileIOUpdateDiskProperties Method (SafeFileHandle, Boolean) |
Namespace:
Arsenal.ImageMounter.IO
Assembly:
Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax public static bool UpdateDiskProperties(
SafeFileHandle devicehandle,
bool throwOnFailure
)
Public Shared Function UpdateDiskProperties (
devicehandle As SafeFileHandle,
throwOnFailure As Boolean
) As Boolean
public:
static bool UpdateDiskProperties(
SafeFileHandle^ devicehandle,
bool throwOnFailure
)
static member UpdateDiskProperties :
devicehandle : SafeFileHandle *
throwOnFailure : bool -> bool
Parameters
- devicehandle
- Type: Microsoft.Win32.SafeHandlesSafeFileHandle
- throwOnFailure
- Type: SystemBoolean
Return Value
Type:
BooleanSee Also