Skip to content

GetLoggingBlock : To get a particular Logging Block

HRESULT GetLoggingBlock([in] USHORT BlockIndex, [out] SLOGGINGBLOCK_USR* psLoggingBlock);### Description

This function gets a particular logging block### Inputs

[in] USHORT BlockIndex - The zero based logging block index.

[out] SLOGGINGBLOCK_USR* psLoggingBlock - return pointer to Logging block.Usage in COM ClientSLOGGINGBLOCK_USR* psLoggingBlockHRESULT hResult = m_IApplication->GetLoggingBlock(0,psLoggingBlock)//Gets pointer to first logging block.### Cause of failure

NA


Authoritative source: BUSMASTER DITA help source GetLoggingBlock.dita, compiled into BUSMASTER.CHM with the application.