Headers diff for tbs.dll between 6.0.6001.18000-Windows 6.0 and 6.1.7601.19146-Windows 7.0 versions



 tbs.h (6.0.6001.18000-Windows 6.0)   tbs.h (6.1.7601.19146-Windows 7.0) 
#if defined(__cplusplus) #if defined(__cplusplus)
extern "C" { extern "C" {
#endif #endif
#if (NTDDI_VERSION >= NTDDI_VISTA)
typedef BOOL TBS_BOOL; typedef BOOL TBS_BOOL;
typedef UINT32 TBS_RESULT; typedef UINT32 TBS_RESULT;
typedef void *TBS_HCONTEXT; typedef void *TBS_HCONTEXT;
typedef UINT32 TBS_COMMAND_PRIORITY; typedef UINT32 TBS_COMMAND_PRIORITY;
typedef UINT32 TBS_COMMAND_LOCALITY; typedef UINT32 TBS_COMMAND_LOCALITY;
#define TBS_CONTEXT_VERSION_ONE 1 #define TBS_CONTEXT_VERSION_ONE 1
#define TBS_COMMAND_PRIORITY_LOW 100 #define TBS_COMMAND_PRIORITY_LOW 100
#define TBS_COMMAND_PRIORITY_NORMAL 200 #define TBS_COMMAND_PRIORITY_NORMAL 200
skipping to change at line 27 skipping to change at line 29
#define TBS_COMMAND_PRIORITY_MAX 0x80000000 #define TBS_COMMAND_PRIORITY_MAX 0x80000000
#define TBS_COMMAND_LOCALITY_ZERO 0 #define TBS_COMMAND_LOCALITY_ZERO 0
#define TBS_COMMAND_LOCALITY_ONE 1 #define TBS_COMMAND_LOCALITY_ONE 1
#define TBS_COMMAND_LOCALITY_TWO 2 #define TBS_COMMAND_LOCALITY_TWO 2
#define TBS_COMMAND_LOCALITY_THREE 3 #define TBS_COMMAND_LOCALITY_THREE 3
#define TBS_COMMAND_LOCALITY_FOUR 4 #define TBS_COMMAND_LOCALITY_FOUR 4
#define TBS_SUCCESS S_OK #define TBS_SUCCESS S_OK
#define TBS_IN_OUT_BUF_SIZE_MAX 4096 #define TBS_IN_OUT_BUF_SIZE_MAX (256*1024)
typedef struct tdTBS_CONTEXT_PARAMS typedef struct tdTBS_CONTEXT_PARAMS
{ {
UINT32 version; UINT32 version;
} TBS_CONTEXT_PARAMS; } TBS_CONTEXT_PARAMS;
TBS_RESULT WINAPI TBS_RESULT WINAPI
Tbsi_Context_Create( Tbsi_Context_Create(
__in const TBS_CONTEXT_PARAMS* pContextParams, __in const TBS_CONTEXT_PARAMS* pContextParams,
__out TBS_HCONTEXT* phContext); __out TBS_HCONTEXT* phContext);
skipping to change at line 65 skipping to change at line 67
__in TBS_HCONTEXT hContext); __in TBS_HCONTEXT hContext);
TBS_RESULT WINAPI TBS_RESULT WINAPI
Tbsi_Physical_Presence_Command( Tbsi_Physical_Presence_Command(
__in TBS_HCONTEXT hContext, __in TBS_HCONTEXT hContext,
__in_bcount(InputBufLen) const BYTE* pInputBuf, __in_bcount(InputBufLen) const BYTE* pInputBuf,
__in UINT32 InputBufLen, __in UINT32 InputBufLen,
__in_bcount(*pOutputBufLen) PBYTE pOutputBuf, __in_bcount(*pOutputBufLen) PBYTE pOutputBuf,
__in PUINT32 pOutputBufLen); __in PUINT32 pOutputBufLen);
#if (NTDDI_VERSION >= NTDDI_VISTASP1)
TBS_RESULT WINAPI
Tbsi_Get_TCG_Log(
__in TBS_HCONTEXT hContext,
__out_bcount_part(*pOutputBufLen, *pOutputBufLen) PBYTE pOutputBuf,
__inout PUINT32 pOutputBufLen);
#endif // _WIN32_WINNT_VISTASP1
#endif // _WIN32_WINNT_VISTA
#if defined(__cplusplus) #if defined(__cplusplus)
} }
#endif #endif
 End of changes. 3 change blocks. 
1 lines changed or deleted 15 lines changed or added

This html diff was produced by rfcdiff 1.41.