nn::hio::CTR::SharedMemoryChannel::Open Member Function

Syntax

#include <nn/hio.h>

Result Open(
     int ch,
     void * pWorkMemory
);

Parameters

Name Description
in ch Channel number to use.
in pWorkMemory Specifies the work memory used by the library. Work memory must be device memory; its size is WORKMEMORY_SIZE.

Return Values

Returns the result of the operation.

Description

Opens a channel.

Revision History

2010/03/31
Initial version.

CONFIDENTIAL