API 文件集 > Cabling > Object ProCable > Function ProCableByNameGet
Function ProCableByNameGet
Description
Returns the cable handle, given its name
Synopsis
#include <ProCabling.h>
ProCableByNameGet
(
ProHarness p_harness
/* (In)
The cabling harness.
*/
ProName name
/* (In)
The name.
*/
ProCable* p_cable
/* (Out)
The handle of cable.
*/
)
Returns
The function successfully initialized the cable.
One or more of the arguments was invalid.
The function failed to find the cable.
The function failed.
Sample Code References
這是否有幫助?