IGR_Free_Page_Pixels¶
The IGR_Free_Page_Pixels method is used to dispose of page pixels extracted with IGR_Get_Page_Pixels.
Prototype¶
IGR_LONG IGR_Free_Page_Pixels(
struct IGR_Page_Pixels* pixel_data,
Error_Control_Block* error);
Parameters¶
pixel_data: Pointer to IGR_Page_Pixels
Pointer to an IGR_Page_Pixels populated by a called to IGR_Get_Page_Pixels.
ISYSError: Pointer to Error_Control_Block
Returns error details if the call fails.
Return value¶
Success: IGR_LONG
Returns IGR_OK.
Failure: IGR_LONG
Returns one of the possible IGR_E error codes.