Headers diff for magnification.dll between 6.1.7600.16385-Windows_7.0 and 6.3.9600.17415-Windows_8.1 versions



 magnification.h (6.1.7600.16385-Windows_7.0)   magnification.h (6.3.9600.17415-Windows_8.1) 
skipping to change at line 12 skipping to change at line 12
// magnification.h // magnification.h
// //
// Magnification Control API // Magnification Control API
// //
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation. All rights reserved.
// ------------------------------------------------------------- // -------------------------------------------------------------
#ifndef _INC_MAGNIFIER #ifndef _INC_MAGNIFIER
#define _INC_MAGNIFIER #define _INC_MAGNIFIER
#include <winapifamily.h>
#pragma region Desktop Family
#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
#ifndef __wincodec_h__ #ifndef __wincodec_h__
#include <wincodec.h> #include <wincodec.h>
#endif #endif
#ifdef __cplusplus // If used by C++ code, #ifdef __cplusplus // If used by C++ code,
extern "C" { // we need to export the C interface extern "C" { // we need to export the C interface
#endif #endif
#ifdef _WIN32 #ifdef _WIN32
skipping to change at line 81 skipping to change at line 86
BOOL WINAPI MagSetWindowSource(HWND hwnd, RECT rect); BOOL WINAPI MagSetWindowSource(HWND hwnd, RECT rect);
BOOL WINAPI MagGetWindowSource(HWND hwnd, RECT *pRect); BOOL WINAPI MagGetWindowSource(HWND hwnd, RECT *pRect);
BOOL WINAPI MagSetWindowTransform(HWND hwnd, PMAGTRANSFORM pTransform); BOOL WINAPI MagSetWindowTransform(HWND hwnd, PMAGTRANSFORM pTransform);
BOOL WINAPI MagGetWindowTransform(HWND hwnd, PMAGTRANSFORM pTransform); BOOL WINAPI MagGetWindowTransform(HWND hwnd, PMAGTRANSFORM pTransform);
BOOL WINAPI MagSetWindowFilterList(HWND hwnd, DWORD dwFilterMode, int count, HWN D *pHWND ); BOOL WINAPI MagSetWindowFilterList(HWND hwnd, DWORD dwFilterMode, int count, HWN D *pHWND );
int WINAPI MagGetWindowFilterList(HWND hwnd, DWORD *pdwFilterMode, int count, H WND *pHWND ); int WINAPI MagGetWindowFilterList(HWND hwnd, DWORD *pdwFilterMode, int count, H WND *pHWND );
BOOL WINAPI MagSetImageScalingCallback(HWND hwnd, MagImageScalingCallback callba ck ); BOOL WINAPI MagSetImageScalingCallback(HWND hwnd, MagImageScalingCallback callba ck );
MagImageScalingCallback WINAPI MagGetImageScalingCallback(HWND hwnd ); MagImageScalingCallback WINAPI MagGetImageScalingCallback(HWND hwnd );
BOOL WINAPI MagSetColorEffect(HWND hwnd, PMAGCOLOREFFECT pEffect); BOOL WINAPI MagSetColorEffect(HWND hwnd, PMAGCOLOREFFECT pEffect);
BOOL WINAPI MagGetColorEffect(HWND hwnd, PMAGCOLOREFFECT pEffect); BOOL WINAPI MagGetColorEffect(HWND hwnd, PMAGCOLOREFFECT pEffect);
BOOL WINAPI MagSetFullscreenTransform(_In_ float magLevel, _In_ int xOffset, _In
_ int yOffset);
BOOL WINAPI MagGetFullscreenTransform(_Out_ float *pMagLevel, _Out_ int *pxOffse
t, _Out_ int *pyOffset);
BOOL WINAPI MagSetFullscreenColorEffect(_In_ PMAGCOLOREFFECT pEffect);
BOOL WINAPI MagGetFullscreenColorEffect(_Out_ PMAGCOLOREFFECT pEffect);
BOOL WINAPI MagSetInputTransform(_In_ BOOL fEnabled, _In_ const LPRECT pRectSour
ce, _In_ const LPRECT pRectDest);
BOOL WINAPI MagGetInputTransform(_Out_ BOOL *pfEnabled, _Out_ LPRECT pRectSource
, _Out_ LPRECT pRectDest);
BOOL WINAPI MagShowSystemCursor(_In_ BOOL fShowCursor);
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif
#endif /* WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) */
#pragma endregion
#endif // !_INC_MAGNIFIER #endif // !_INC_MAGNIFIER
 End of changes. 3 change blocks. 
0 lines changed or deleted 19 lines changed or added

This html diff was produced by rfcdiff 1.41.