nn::hio::CTR::Initialize FunctionResult Initialize( void * pDeviceMemory );
| Name | Description | |
|---|---|---|
| in | pDeviceMemory | Specifies the work memory used by the library. Work memory must be device memory; its size is WORKMEMORY_SIZE. |
Initializes the HIO library. Call this function once before using the library.
You can obtain the device memory region by calling nn::os::GetDeviceMemoryAddress.
CONFIDENTIAL