Method

GckSlotenumerate_objects

Declaration [src]

GckEnumerator*
gck_slot_enumerate_objects (
  GckSlot* self,
  GckAttributes* match,
  GckSessionOptions options
)

Description [src]

Setup an enumerator for listing matching objects on the slot.

If the match GckAttributes is floating, it is consumed.

This call will not block but will return an enumerator immediately.

Parameters

match GckAttributes
 

Attributes that the objects must match, or empty for all objects.

 The data is owned by the caller of the function.
options GckSessionOptions
 

Options for opening a session.

Return value

Returns: GckEnumerator
 

A new enumerator.

 The caller of the method takes ownership of the data, and is responsible for freeing it.