共用方式為


CWiaLogProc::CWiaLogProc 方法 (wiamdef.h)

輸入要記錄的函式或方法時,會呼叫 CWiaLogProc 建構函式。

語法

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

參數

pIWiaLog

定義 IWiaLog 參數 *pIWiaLog

ResourceID

定義 INT 參數 ResourceID

DetailLevel

定義 INT 參數 DetailLevel

pszMsg

定義 CHAR 參數 *pszMsg

傳回值

規格需求

需求
目標平台 Windows
標頭 wiamdef.h (包含Wiamdef.h)

另請參閱

CWiaLogProcEx