The D3dPickRecord Class of the com.ms.directX package returns information about picked primitives in an execute buffer for the getPickRecords method.
public final class D3dPickRecord { // Fields public int offset; public byte opcode; public byte pad; public float z; }