L_AnnGetRestrictToContainer
#include "l_bitmap.h"
L_LTANN_API L_INT L_AnnGetRestrictToContainer(hObject, pbRestrict)
HANNOBJECT hObject; |
/* handle to the annotation object */ |
L_BOOL *pbRestrict; |
/* pointer to a variable */ |
Determines whether the annotation object is restricted to the container.
Parameter |
Description |
|
hObject |
Handle to the annotation object. |
|
pbRestrict |
Pointer to a boolean value that specifies whether to restrict the object to the container. Possible values are: |
|
|
Value |
Meaning |
|
TRUE |
Restrict the object to the container. |
|
FALSE |
Do not restrict the object to the container. |
Returns
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
Comments
Determines whether one or more annotation objects is restricted to the container.. If an object is restricted to the container, then no part of that object can be moved outside of the container using automation.
Required DLLs and Libraries
LTANN For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
Win32, x64.
See Also
Example
For an example, refer to L_AnnSetRestrictToContainer.