mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
295 B
18 lines
295 B
//
|
|
// 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
|
|
);
|