API 文件集 > External objects > Object ProExtobj > Function ProExtobjOwnerobjGet
Function ProExtobjOwnerobjGet
Description
Retrieves the owner of an existing external object.
Replacement in Object TOOLKIT:
Synopsis
#include <ProExtobj.h>
ProExtobjOwnerobjGet
(
ProExtobj* object
/* (In)
The handle to the external object
*/
ProExtobjClass* extobjclass
/* (In)
The handle to the external object class
*/
/* (Out)
The handle to the owner
*/
)
Returns
The function successfully retrieved the information.
The owner was not found.
The external object was not found, or the function could not retrieve the information.
Sample Code References
User Guide References
這是否有幫助?