ImageGear Professional DLL v17.1 for Windows Accusoft
IG_gctrl_item_get
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > Core Component API Reference > Core Component Functions Reference > Global Control Parameter Functions > IG_gctrl_item_get

Glossary Item Box

This function return all information about global control parameter identified by name CtrlID.

Declaration:

  Copy Code
AT_BOOL  ACCUAPI  IG_gctrl_item_get(
        LPCHAR CtrlID,
        LPAT_MODE lpnValType,
        LPVOID lpValue,
        DWORD dwValSize,
        LPDWORD lpdwValSize,
        LPCHAR lpTextInfo,
        DWORD dwTextBufSize,
        LPDWORD lpdwTextInfoSize
);

Arguments:

CtrlID IN: The name of global control parameter.
lpnValType OUT: The type of global control parameter value.
lpValue OUT: Buffer where to copy control parameter value.
dwValSize IN: Size of lpValue buffer in bytes.
lpdwValSize OUT: Actual size of parameter value in bytes.
lpTextInfo OUT: Buffer where to copy text description of global control parameter.
dwTextBufSize IN: Size of lpTextInfo buffer in bytes.
lpdwTextInfoSize OUT: Actual size of the text description of parameter.

Return Value:

TRUE if global parameter with given name is found; FALSE if it does not exist.

Supported Raster Image Formats:

This function does not process image pixels.

Sample:

None

Remarks:

Returns TRUE if parameter with given name is found, and FALSE if parameter with given name does not exist.

See also the section Working with Global Control Parameters.

©2012. Accusoft Corporation. All Rights Reserved.