Convenience constant, equivalent to (void )CONSTANT .
(long peer)
| 52 | |
| 53 | /** Convenience constant, equivalent to <code>(void*)CONSTANT</code>. */ |
| 54 | public static final Pointer createConstant(long peer) { |
| 55 | return new Opaque(peer); |
| 56 | } |
| 57 | |
| 58 | /** Convenience constant, equivalent to <code>(void*)CONSTANT</code>. |
| 59 | This version will avoid setting any of the high bits on 64-bit |
no outgoing calls