Condividi tramite


funzione wiasDebugError (wiamdef.h)

La funzione wiasDebugError è obsoleta .

Usare invece la macro WIAS_ERROR .

wiasDebugError stampa una stringa di errore di debug nella console di debug Gestione dispositivi. Il colore di output è sempre rosso.

Sintassi

void wiasDebugError(
  HINSTANCE hInstance,
  LPCSTR    pszFormat,
  ...       
);

Parametri

hInstance

Handle del modulo chiamante.

pszFormat

...

Valore restituito

nessuno

Requisiti

Requisito Valore
Piattaforma di destinazione Desktop
Intestazione wiamdef.h (include Wiamdef.h)
Libreria Wiaservc.lib
DLL Wiaservc.dll

Vedi anche

WIAS_ERROR

WIAS_LERROR