Skip to main content

C_GetSessionInfo

Type Alias C_GetSessionInfo 

Source
pub type C_GetSessionInfo = extern "C" fn(hSession: CK_SESSION_HANDLE, pInfo: CK_SESSION_INFO_PTR) -> CK_RV;
Expand description

C_GetSessionInfo obtains information about the session.

§Function Paramters

  • hSession: the session’s handle
  • pInfo: receives session info