Struct CriFs.SelectIoCbFunc.Arg
コールバックイベント引数型
Inherited Members
Namespace: CriWare
Assembly: CriWare.CriFs.dll
Syntax
public struct CriFs.SelectIoCbFunc.Arg
Properties
deviceId
デバイスID
Declaration
public readonly NativeReference<CriFs.DeviceId> deviceId { get; }
Property Value
| Type | Description |
|---|---|
| NativeReference<CriFs.DeviceId> |
ioif
I/Oインターフェイス
Declaration
public readonly NativeReference<CriFs.IoInterface>* ioif { get; }
Property Value
| Type | Description |
|---|---|
| NativeReference<IoInterface>* |
path
ファイルのパス
Declaration
public readonly NativeString path { get; }
Property Value
| Type | Description |
|---|---|
| NativeString |