CRIWARE for C#
Search Results for

    Show / Hide Table of Contents

    Struct CriFsBinder.FileInfo

    ファイル情報構造体

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: CriWare
    Assembly: CriWare.CriFs.dll
    Syntax
    public struct CriFsBinder.FileInfo
    Remarks

    説明: Find(ArgString, out FileInfo, out NativeBool)(ById) 関数の出力情報です。 検索したファイルにアクセスするための情報を格納します。 CPKファイルのコンテンツファイルである場合、pathはCPKファイル名、offsetはCPKファイル 先頭からのオフセット位置となります。

    Fields

    binderid

    Declaration
    public CriFsBind binderid
    Field Value
    Type Description
    CriFsBind
    Remarks

    バインドID(どのバインド先から見つけたかを示す)

    extractSize

    Declaration
    public long extractSize
    Field Value
    Type Description
    long
    Remarks

    展開サイズ(元のファイルサイズ、非圧縮ならread_sizeと同値)

    filehn

    Declaration
    public IntPtr filehn
    Field Value
    Type Description
    IntPtr
    Remarks

    ファイルハンドル

    offset

    Declaration
    public long offset
    Field Value
    Type Description
    long
    Remarks

    ファイルの先頭からのオフセット位置

    path

    Declaration
    public NativeString path
    Field Value
    Type Description
    NativeString
    Remarks

    パス名

    readSize

    Declaration
    public long readSize
    Field Value
    Type Description
    long
    Remarks

    読込サイズ(圧縮ファイルサイズ)

    reserved

    Declaration
    public InlineArray1<uint> reserved
    Field Value
    Type Description
    InlineArray1<uint>
    Remarks

    予約領域

    In this article
    Back to top Generated by DocFX