typedef struct _DICOMLUTDESCRIPTOR { L_UINT uStructSize; L_UINT uNumberOfEntries; L_INT nFirstStoredPixelValueMapped; // Signed short or unsigned short, integer can hold either L_UINT uEntryBits; } DICOMLUTDESCRIPTOR, *pDICOMLUTDESCRIPTOR;
typedef struct _DICOMLUTDESCRIPTOR
{
L_UINT uStructSize;
L_UINT uNumberOfEntries;
L_INT nFirstStoredPixelValueMapped; // Signed short or unsigned short, integer can hold either
L_UINT uEntryBits;
}
DICOMLUTDESCRIPTOR, *pDICOMLUTDESCRIPTOR;