Category
Features
, Object
ProPattern
Function ProPatternHeaderGet
Description
Gets the Header of the specified pattern object.
Synopsis
#include <
ProPattern.h
>
ProError
ProPatternHeaderGet
(
ProPattern
*
p_pattern
/* (In)
The pattern object
*/
ProFeature
*
r_pat_head_feat
/* (Out)
The pattern header
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully retrieved the header.
PRO_TK_BAD_INPUTS
The specified pattern object is invalid.
Manual References:
Core: Features: Patterns as Features
Core: Features: Patterns as Features