I would like to know if it is possible to create an instance of Word and pass the "-a" parameter/switch (Start Word and prevent add-ins )

CDispatch oWord;

try
{
CP(_T("Generate WithWord ------> Attempting to create Word Application"));
oWord.CreateIns tance("Word.App lication");
}
catch (...)
{
CP(_T("Generate WithWord ------>
...