Class CUIPCMemHandle

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class CUIPCMemHandle extends Struct<CUIPCMemHandle> implements NativeResource

Layout


 struct CUipcMemHandle {
     char reserved[CU_IPC_HANDLE_SIZE];
 }