2025-04-27 07:49:33 -04:00

18 lines
277 B
C++

// 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);