Return a Pointer object to this structure. Note that if you use the structure's pointer as a function argument, you are responsible for calling #write() prior to the call and #read() after the call. These calls are normally handled automatically by the Function obje
()
| 470 | * @return Native pointer representation of this structure. |
| 471 | */ |
| 472 | public Pointer getPointer() { |
| 473 | ensureAllocated(); |
| 474 | return memory; |
| 475 | } |
| 476 | |
| 477 | ////////////////////////////////////////////////////////////////////////// |
| 478 | // Data synchronization methods |
no test coverage detected