Struct CriFsBinder.Info
バインダー情報
Inherited Members
Namespace: CriWare
Assembly: CriWare.CriFs.dll
Syntax
public struct CriFsBinder.Info
Remarks
説明: バインダー情報取得APIの出力情報です。
Fields
bndrid
Declaration
public uint bndrid
Field Value
Type | Description |
---|---|
uint |
currentDirectory
カレントディレクトリ設定
Declaration
public NativeString currentDirectory
Field Value
Type | Description |
---|---|
NativeString |
kind
バインダー種別
Declaration
public CriFsBinder.Kind kind
Field Value
Type | Description |
---|---|
CriFsBinder.Kind |
nfiles
Declaration
public int nfiles
Field Value
Type | Description |
---|---|
int |
path
Bind関数呼び出し時に渡されたパス名
Declaration
public NativeString path
Field Value
Type | Description |
---|---|
NativeString |
priority
プライオリティ設定
Declaration
public int priority
Field Value
Type | Description |
---|---|
int |
realPath
実際にバインドする対象となったパス名
Declaration
public NativeString realPath
Field Value
Type | Description |
---|---|
NativeString |
status
バインダーステータス
Declaration
public CriFsBinder.Status status
Field Value
Type | Description |
---|---|
CriFsBinder.Status |