Click or drag to resize

DeviceEject Method

[This is preliminary documentation and is subject to change.]

Ejects the device.

Namespace:  UsbEject
Assembly:  UsbEject (in UsbEject.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
public string Eject(
	bool allowUI
)

Parameters

allowUI
Type: SystemBoolean
Pass true to allow the Windows shell to display any related UI element, false otherwise.

Return Value

Type: String
null if no error occured, otherwise a contextual text.
See Also