18 lines
260 B
C++
18 lines
260 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);
|