DriveT.ejectWithOperationFinish

Finishes ejecting a drive. If any errors occurred during the operation, error will be set to contain the errors and FALSE will be returned. Since 2.22

template DriveT(TStruct)
int
ejectWithOperationFinish
(
AsyncResultIF result
)

Parameters

result AsyncResultIF

a GAsyncResult.

Return Value

Type: int

TRUE if the drive was successfully ejected. FALSE otherwise.

Throws

GException on failure.

Meta