AnnPopFixedState example for C++ 5 and later

//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.
void  CAnnSample2Dlg::SampleAnnPopFixedState(long hContainer)
{
   m_pRasterAnn->Flags = ANN_FLAG_RECURSE | ANN_FLAG_NOINVALIDATE;
   m_pRasterAnn->AnnPopFixedState (hContainer);

}