19 lines
295 B
C
19 lines
295 B
C
|
//
|
||
|
// Copyright 2001 - Microsoft Corporation
|
||
|
//
|
||
|
// Created By:
|
||
|
// Geoff Pease (GPease) 20-FEB-2001
|
||
|
//
|
||
|
// Maintained By:
|
||
|
// Geoff Pease (GPease) 20-FEB-2001
|
||
|
//
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
void
|
||
|
DisplayPersistFailure(
|
||
|
HWND hwndIn
|
||
|
, HRESULT hrIn
|
||
|
, BOOL fMultipleIn
|
||
|
);
|