nn::hio::CTR::Initialize Function

Syntax

Result Initialize(
     void * pDeviceMemory
);

Arguments

Name Description
in pDeviceMemory 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

Initializes the HIO library. Call this function once before using the library.

You can obtain the device memory region by calling nn::os::GetDeviceMemoryAddress.

Revision History

2010/03/31
Initial version.

CONFIDENTIAL