API 文件集 > Assembly > Object ProExt > Function ProExtRefTypeGet
Function ProExtRefTypeGet
Description
Gets type of the external (or local) reference.
Synopsis
#include <ProRefInfo.h>
ProExtRefTypeGet
(
/* (In)
The opaque pointer to the feature reference structure.
*/
ProType* r_ref_type
/* (Out)
Type of specified reference.
*/
)
Returns
The function successfully got the reference type.
The type of reference is not found.
ext_ref is NULL or bad pointer.
Sample Code References
這是否有幫助?