Skip to main content

C_GetObjectSize

Type Alias C_GetObjectSize 

Source
pub type C_GetObjectSize = extern "C" fn(hSession: CK_SESSION_HANDLE, hObject: CK_OBJECT_HANDLE, pulSize: CK_ULONG_PTR) -> CK_RV;
Expand description

C_GetObjectSize gets the size of an object in bytes.

§Function Parameters

  • hSession: the session’s handle
  • hObject: the object’s handle
  • pulSize: receives size of object