ImDiskAPIOpenRefreshEvent Method (Boolean) |
Opens a synchronization event that can be used with wait functions to
synchronize with change events in ImDisk driver. Event is fired when
for example a drive is added or removed, or when some options or
settings are changed for an existing drive.
Namespace: LTR.IO.ImDiskAssembly: ImDiskNet (in ImDiskNet.dll) Version: 1.0.0.0 (1.0.007.0)
Syntax public static ImDiskRefreshEvent OpenRefreshEvent(
bool InheritHandle
)
Public Shared Function OpenRefreshEvent (
InheritHandle As Boolean
) As ImDiskRefreshEvent
public:
static ImDiskRefreshEvent^ OpenRefreshEvent(
bool InheritHandle
)
static member OpenRefreshEvent :
InheritHandle : bool -> ImDiskRefreshEvent
Parameters
- InheritHandle
- Type: SystemBoolean
Return Value
Type:
ImDiskRefreshEventSee Also