Show / Hide Table of Contents

    Method gfam

    | Improve this Doc View Source

    gfam(out Int32, out Int32, out Int32)

    plgfam: Get family file parameters

    Declaration
    public void gfam(out Int32 p_fam, out Int32 p_num, out Int32 p_bmax)
    Parameters
    Type Name Description
    Int32 p_fam

    Returned value of the current family flag value. If nonzero, familying is enabled for the current device.

    Int32 p_num

    Returned value of the current family file number.

    Int32 p_bmax

    Returned value of the maximum file size (in bytes) for a family file.

    Remarks

    Gets information about current family file, if familying is enabled. See for more information.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX