pub unsafe extern "C" fn ACT_Initialize(
sdkVersion: u32_,
sharedMemSize: u32_,
sharedMem: Handle,
) -> ResultExpand description
Initializes the current ACT session.
ยงArguments
sdkVersion- The SDK version of the client process.sharedMemSize- The size of the shared memory block.sharedMem- Handle to the shared memory block.