Spread.NET 17 Formula Reference
In This Topic
    REGISTERID
    In This Topic

    This function returns the reigster ID of the specified DLL.

    Syntax

    REGISTER.ID(module_text, procedure, [type_text])

    Arguments

    This function has the following arguments:

    Argument Description
    module_text Refers to the string data specifying the name of the DLL that contains the function.
    procedure Refers to the string data specifying the name of the function to be called.
    type_text [Optional] Refers to the data specifying the data types of all arguments and of the return value.

    Remarks

    If this function is used incorrectly, it may cause the computer to restart.

    Data Types

    Accepts string data.

    Examples

    REGISTER.ID("Kernel32", "GetTickCount")

    Version Available

    This function is available in product version 11.0 or later.