xpmgr/BuildTools/Include/appcompatapi.h

36 lines
960 B
C

/*************************************************************************************
* *
* AppCompat.h -- Appcompat procedure declarations, constant definitions and macros *
* *
* Copyright (c) Microsoft Corporation. All rights reserved. *
* *
**************************************************************************************/
#ifndef __APPCOMPAT_H_
#define __APPCOMPAT_H_
#ifdef __cplusplus
extern "C" {
#endif
#ifndef SDBAPI
#define SDBAPI STDAPICALLTYPE
#endif
BOOL
SDBAPI
ApphelpCheckShellObject(
__in REFCLSID ObjectCLSID,
__in BOOL bShimIfNecessary,
__out ULONGLONG* pullFlags
);
#ifdef __cplusplus
}
#endif
#endif // __APPCOMPAT_H_