Headers diff for wcmapi.dll between 6.3.9600.17415-Windows 8.1 and 10.0.10586.0-Windows 10 1511 10586.494 versions



 wcmapi.h (6.3.9600.17415-Windows 8.1)   wcmapi.h (10.0.10586.0-Windows 10 1511 10586.494) 
skipping to change at line 140 skipping to change at line 140
{ {
WCM_USAGE_DATA UsageData; WCM_USAGE_DATA UsageData;
DWORD DataLimitInMegabytes; DWORD DataLimitInMegabytes;
DWORD InboundBandwidthInKbps; DWORD InboundBandwidthInKbps;
DWORD OutboundBandwidthInKbps; DWORD OutboundBandwidthInKbps;
WCM_BILLING_CYCLE_INFO BillingCycle; WCM_BILLING_CYCLE_INFO BillingCycle;
DWORD MaxTransferSizeInMegabytes; DWORD MaxTransferSizeInMegabytes;
DWORD Reserved; DWORD Reserved;
} WCM_DATAPLAN_STATUS, *PWCM_DATAPLAN_STATUS; } WCM_DATAPLAN_STATUS, *PWCM_DATAPLAN_STATUS;
#ifndef __midl
DWORD DWORD
WINAPI WINAPI
WcmQueryProperty( WcmQueryProperty(
_In_opt_ const GUID* pInterface, //NULL for global properties _In_opt_ const GUID* pInterface, //NULL for global properties
_In_opt_ LPCWSTR strProfileName, _In_opt_ LPCWSTR strProfileName,
_In_ WCM_PROPERTY Property, _In_ WCM_PROPERTY Property,
_Reserved_ PVOID pReserved, _Reserved_ PVOID pReserved,
_Out_ PDWORD pdwDataSize, _Out_ PDWORD pdwDataSize,
_Outptr_result_buffer_maybenull_(*pdwDataSize) PBYTE *ppData _Outptr_result_buffer_maybenull_(*pdwDataSize) PBYTE *ppData
); );
skipping to change at line 185 skipping to change at line 187
_In_ BOOL fIgnoreUnknownProfiles, _In_ BOOL fIgnoreUnknownProfiles,
_Reserved_ PVOID pReserved _Reserved_ PVOID pReserved
); );
VOID VOID
WINAPI WINAPI
WcmFreeMemory( WcmFreeMemory(
__deallocate(Mem) PVOID pMemory __deallocate(Mem) PVOID pMemory
); );
#endif // not __midl
#ifdef __cplusplus #ifdef __cplusplus
} // #ifdef __cplusplus } // #ifdef __cplusplus
#endif #endif
#endif // NTDDI_VERSION >= NTDDI_WIN8 #endif // NTDDI_VERSION >= NTDDI_WIN8
#endif /* WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) */ #endif /* WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) */
#pragma endregion #pragma endregion
#endif // _WCMAPI_H #endif // _WCMAPI_H
 End of changes. 2 change blocks. 
0 lines changed or deleted 4 lines changed or added

This html diff was produced by rfcdiff 1.41.