AnnPopFixedState example for Visual Basic

'This example enables the"fixed" property for all objects in the container that
 'have been temporarily disabled with a call to L_AnnPushFixedState.
 ' For an example using the magnifying glass, see the source code
 ' for the main COM annotation demo.
Private Sub SampleAnnPopFixedState(hContainer As Long)

   RasterAnn.Flags = ANN_FLAG_RECURSE + ANN_FLAG_NOINVALIDATE
   RasterAnn.AnnPopFixedState(hContainer)

End Sub