nn::ro::Initialize Function

Syntax

Result Initialize(
     void * pRs,
     size_t rsSize
);

Arguments

Name Description
in pRs Specifies a pointer to a the start of the crs. Must be aligned on a 4096-byte boundary. The memory must be other than device memory.
in rsSize Specifies the size of the crs pointed to by pRs.

Return Values

Description

Initializes the ro library.

This function must be called before calling other functions in the ro library.

If execution succeeds, the memory pointed to by pRs is placed under the management of the ro library, after which it cannot be used for other purposes. To remove this memory region from management by the ro library, you must call Finalize.

Revision History

2011/07/29
Initial version.

CONFIDENTIAL