CWiaLogProc::CWiaLogProc method (wiamdef.h)

The CWiaLogProc constructor is called when the function or method being logged is entered.

Syntax

void CWiaLogProc(
  IWiaLog *pIWiaLog,
  INT     ResourceID,
  INT     DetailLevel,
  CHAR    *pszMsg
);

Parameters

pIWiaLog

Defines the IWiaLog parameter *pIWiaLog.

ResourceID

Defines the INT parameter ResourceID.

DetailLevel

Defines the INT parameter DetailLevel.

pszMsg

Defines the CHAR parameter *pszMsg.

Return value

None

Requirements

Requirement Value
Target Platform Windows
Header wiamdef.h (include Wiamdef.h)

See also

CWiaLogProcEx