PK_INSTANCE_ask   

PK_ERROR_code_t         PK_INSTANCE_ask
(
--- received arguments ---
PK_INSTANCE_t           instance,     --- an instance

--- returned arguments ---
PK_INSTANCE_sf_t *const instance_sf   --- the standard form of the instance
)


This function returns the standard form of the given instance.


The application is responsible for allocating the standard form but need not
initialise any of the fields.

See documentation for PK_INSTANCE_sf_t.