typedef struct tagANNFIXED
{
L_UINT uStructSize;
L_BOOL bFixed;
L_BOOL bAdjust;
} ANNFIXED, *pANNFIXED;
The ANNFIXED structure contains information about the changes to be made in automated mode to the specified object.
Member |
Description |
uStructSize |
Size of the ANNFIXED structure. Use sizeof(ANNFIXED) |
bFixed |
Value indicating a than an annotation object©s ©fixed© state changed. |
bAdjust |
Value indicating whether the annotation was automatically adjusted when its fixed state changed. |
Comments
This structure is part of the union of the ANNCHANGEPARAM structure.
See Also
Topics: |