Vermont Views provides a number of functions that can be used on memory screens. If you created the memory screen with ms_def(), you have a pointer to that memory screen. If you created and assigned the memory screen in one step with wn_def() or wn_vdef(), you will need to deference the pointer.
To retrieve the memory screen pointer in your code, use the window memory screen buffer function, wn_msbuf():
|