ImageGear Professional DLL v17.1 for Windows Accusoft
IG_thread_data_ID_get
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > Core Component API Reference > Core Component Functions Reference > Thread Functions > IG_thread_data_ID_get

Glossary Item Box

This API 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:

LpdwDataId 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.

Sample:

MFC Threads

Example:

  Copy Code
nErrCnt = IG_thread_data_ID_get( &dwLocalId );
©2012. Accusoft Corporation. All Rights Reserved.