50515253545556
public HANDLE getValue() { Pointer p = getPointer(0); if (Pointer.PM1.equals(p)) return INVALID_HANDLE_VALUE; return new HANDLE(p); }