Annotation Type ByPtrPtr


  • @Documented
    @Retention(RUNTIME)
    @Target({METHOD,PARAMETER})
    public @interface ByPtrPtr
    Indicates that an argument gets passed or returned by a pointer to a pointer. This is usually used as a shortcut for the more versatile PointerPointer peer class, but where the latter is not needed because the argument is not an array.
    See Also:
    Generator