// Copyright (C) 1999 Microsoft Corporation
//
// common routines 
//
// sburns 5-3-99



void
SetComError(
   const String&  desciption,
   DWORD          helpContext = 0);

void
SetComError(
   unsigned descriptionMessageResID,
   DWORD    helpContext = 0);
