API 文件集 > Manufacturing > Object ProMfgdb > Function ProMfgdbQuerynodeLogicOperGet
Function ProMfgdbQuerynodeLogicOperGet
Description
Returns from a node the logical operation (AND or OR) applied to the specified query.
Synopsis
#include <ProMfgdb.h>
ProMfgdbQuerynodeLogicOperGet
(
/* (In)
The query.
*/
/* (Out)
The operation.
*/
)
Returns
The function successfully retrived the logical oper
The query_node handle was invalid or did not contain a logical operation.
這是否有幫助?