WindowsXP-SP1/shell/ext/docpropv3/errordlgs.h
2020-09-30 16:53:49 +02: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
);