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

19 lines
313 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
);