ImageGear Professional for Linux
IG_thread_data_ID_get

This function retrieves the ID of the group of settings used by a particular thread.

Declaration:

 
Copy Code
AT_ERRCOUNT EXPORT ACCUAPI IG_thread_data_ID_get(LPDWORD lpdwDataId);

Arguments:

Name Type Description
LpdwDataId LPDWORD A pointer to a variable for receiving information about group ID of settings currently associated with a thread.

Return Value:

Returns the number of ImageGear errors that occurred during this function call.

Supported Raster Image Formats:

This function does not process image pixels.

Example:

 
Copy Code
nErrCnt = IG_thread_data_ID_get( &dwLocalId );

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback