Result Initialize( void * pRs, size_t rsSize );
| 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. |
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.
CONFIDENTIAL