API 설명서 > External objects > Object ProExtobj > Function ProExtobjRefVisit
Function ProExtobjRefVisit
Description
Visits a number of external object references.
Synopsis
#include <ProExtobjRef.h>
ProExtobjRefVisit
(
ProExtobj* object
/* (In)
The handle to the external object
*/
/* (In)
The visiting function
*/
/* (In)
The filter function. If NULL, all external object references are visited using the action function.
*/
ProAppData app_data
/* (In)
The application data passed to the visiting and action functions
*/
)
Returns
The function successfully visited the references.
One or more of the arguments are invalid.
The external object was not found, or the function could not visit the references.
Sample Code References
User Guide References
도움이 되셨나요?