PMWorkflowCopyItems(_:)
Obtains an array of the available PDF workflow items.
Declaration
func PMWorkflowCopyItems(_ workflowItems: UnsafeMutablePointer<Unmanaged<CFArray>?>) -> OSStatusParameters
- workflowItems:
A pointer to your Cfarray variable. On return, the variable refers to an Core Foundation array. Each element in the array is a dictionary that describes either a PDF workflow item or a folder containing a set of PDF workflow items. For a list of possible keys, see Pdf_workflow_dictionary_keys. You are responsible for releasing the array.
Return Value
A result code. See Result Codes.