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

type C_FindObjects = extern "C" fn(hSession: CK_SESSION_HANDLE, phObject: CK_OBJECT_HANDLE_PTR, ulMaxObjectCount: CK_ULONG, pulObjectCount: CK_ULONG_PTR) -> CK_RV;

C_FindObjects continues a search for token and session objects that match a template, obtaining additional object handles.

Function Parameters

  • hSession: session's handle
  • phObject: gets obj. handles
  • ulMaxObjectCount: max handles to get
  • pulObjectCount: actual # returned