Description | ||||||||||||||
Retrieves annotations of provided combined state item. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProCombstate.h> | ||||||||||||||
ProError | ProCombstateAnnotationsGet | ( | ||||||||||||
ProCombstate* cs_item | ||||||||||||||
/* (In) | ||||||||||||||
The handle to a combined state item. | ||||||||||||||
*/ | ||||||||||||||
ProAnnotation** p_annotations | ||||||||||||||
/* (Out) | ||||||||||||||
ProArray of annotations. To free the array call ProArrayFree()<b/>. | ||||||||||||||
*/ | ||||||||||||||
int** p_status_flags | ||||||||||||||
/* (Out) | ||||||||||||||
ProArray of status flags. To free the array call ProArrayFree()<b/>. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|