Tbsi_Get_Platform_Log function

Applies to: desktop apps only

Retrieves the current platform log.

Syntax

TBS_RESULT WINAPI Tbsi_Get_Platform_Log(
  __in       TBS_HCONTEXT hContext,
  __out_opt  BYTE *pbEventLog,
  __in       ULONG cbEventLog,
  __out      PULONG *pcbResult
);

Parameters

  • hContext [in]
    TBS context handle.

  • pbEventLog [out, optional]
    Pointer to the buffer that will receive the log. This pointer may be NULL to estimate the required buffer when cbEventLog is also 0.

  • cbEventLog [in]
    Size of the buffer pointed to by pbEventLog.

  • pcbResult [out]
    Pointer to the size of the buffer used.

Requirements

Header

Library

DLL

 

 

Send comments about this topic to Microsoft

Build date: 6/23/2012