Msocadvf Enumeration

Applies to: Office 2010

Specifies component registration advise flags.

enum {
   msocadvfModal = 1,
   msocadvfRedrawOff = 2,
   msocadvfWarningsOff = 4,
   msocadvfRecording = 8
};

Constants

  • msocadvfModal
    The modal state.

  • msocadvfRedrawOff
    The redraw-off state.

  • msocadvfWarningsOff
    The warnings-off state.

  • msocadvfRecording
    The recording state.

See Also

Reference

MSOCRINFO Structure