• IXJCTL_VERSION

    ioctl(ixj, IXJCTL_VERSION, sVer)

    Return Value

    Returns a string holding the CVS revision of the ixj.c file.

    Parameters

    The variable to place the return value into. This should be a pointer to a char array of at least 20 characters.

    Remarks

    Returns the CVS revision of the ixj.c file the driver was built from.

    See Also:

    IXJCTL_DSP_VERSION IXJCTL_DSP_TYPE

    Example:

    char rev[20];
    ioctl(ixj, IXJCTL_VERSION, &rev);
    printf("Driver built from ixj.c revision %s\n", rev);
    


    ©1996-2001 Quicknet Technologies, Inc.