CWiaLogProcEx::CWiaLogProcEx method (wiamdef.h)

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

Syntax

void CWiaLogProcEx(
  IWiaLogEx *pIWiaLog,
  INT       ResourceID,
  INT       DetailLevel,
  CHAR      *pszMsg,
  LONG      lMethodId
);

Parameters

pIWiaLog

Defines the IWiaLogEx parameter pIWiaLog.

ResourceID

Defines the INT parameter ResourceID.

DetailLevel

Defines the INT parameter DetailLevel.

pszMsg

Defines the CHAR parameter *pszMsg.

lMethodId

Defines the LONG parameter lMethodId.

Return value

None

Requirements

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

See also

CWiaLogProcEx