DEPRECATED: | Since Wildfire 5.0 | ||||||||||||||||
SUPERSEDED BY: | ProLayerItemsPopulate | ||||||||||||||||
Description | |||||||||||||||||
This function is deprecated.Use ProLayerItemsPopulate() instead. Retrieves the items on the specified layer. | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProLayer.h> | |||||||||||||||||
ProError | ProLayerItemsGet | ( | |||||||||||||||
ProLayer* layer | |||||||||||||||||
/* (In) | |||||||||||||||||
The name of the layer. | |||||||||||||||||
*/ | |||||||||||||||||
ProLayerItem** p_layeritem | |||||||||||||||||
/* (Out) | |||||||||||||||||
An array that contains the types and identifiers of the items on the layer. The function allocates the memory for this argument. Use ProArrayFree() to free the allocated memory. | |||||||||||||||||
*/ | |||||||||||||||||
int* p_count | |||||||||||||||||
/* (Out) | |||||||||||||||||
The number of items on the specified layer. | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|