void TestSetPreferredFilter(IltmmMemory *pMemory){long lOldGrowBy, lNewGrowBy;// get the grow by amountpMemory->get_GrowBy(&lOldGrowBy);// increase itpMemory->put_GrowBy(lOldGrowBy + 100);// get the grow by amount againpMemory->get_GrowBy(&lNewGrowBy);// display it hereCString strGrowBy;strGrowBy.Format(TEXT("The old amount memory object size = %d\nThe new amount memory object size = %d"), lOldGrowBy, lNewGrowBy);MessageBox(NULL, strGrowBy, TEXT("Memory Object Grow Setting"), MB_OK);}
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
