API 설명서 > Miscellaneous > Object ProMfgprocitem > Function ProMfgprocitemPreviousitemGet
Function ProMfgprocitemPreviousitemGet
Description
Obtains the item listed just before this item in the process manager table. Applicable only to items taken from the PRO_MFGPROCTABLE_PROCESS table.
Licensing Requirement
Synopsis
ProMfgprocitemPreviousitemGet
(
/* (In)
The process manager item.
*/
ProMfgprocItem* previous_item
/* (Out)
The previous item.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The item is the first item in the table.
Access to the manufacturing process table is not enabled, use ProMfgProctableEnable().
User Guide References
도움이 되셨나요?