[][src]Type Definition pkcs11::functions::C_GetObjectSize

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

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