Function ProIntfDataSurfaceGet
Description
Gets the specified surface from the interface data.
Synopsis
#include <ProIntfData.h>
ProIntfDataSurfaceGet
(
ProIntfData* p_intfdata
/* (In)
The interface data
*/
int index
/* (In)
The index (from 0 to (number - 1) of the surface in the interface data
*/
ProSurfacedata** pp_surfdata
/* (Out)
The surface. Release the memory using ProSurfacedataMemoryFree
*/
)
Returns
The function successfully found the surface.
Insufficient memory.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
도움이 되셨나요?